#!/usr/bin/perl
# Manually run the temp files cleanup function

require './cron-lib.pl';
&cleanup_temp_files();
