Create check.sh
This commit is contained in:
parent
e96ebd09f1
commit
43599d9a39
1 changed files with 2 additions and 0 deletions
2
includes/check.sh
Normal file
2
includes/check.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
find /home/neku/www/files/ -mmin +30 -exec rm -f {} \;
|
Loading…
Reference in a new issue