项目文件夹

文件
2026-07-13 13:12:17 +08:00

6 行
112 B
Perl
可执行文件

#!/usr/bin/perl
# Manually run the temp files cleanup function
require './cron-lib.pl';
&cleanup_temp_files();