diff --git a/check.sh b/check.sh new file mode 100644 index 0000000..424f860 --- /dev/null +++ b/check.sh @@ -0,0 +1,2 @@ +#! /bin/sh +find /home/neku/www/files/ -mmin +30 -exec rm -f {} \;