Create check.sh

This commit is contained in:
Eric Johansson (neku) 2015-02-04 20:22:34 +01:00
parent 78b2d83e04
commit f156b6473e
1 changed files with 2 additions and 0 deletions

2
check.sh Normal file
View File

@ -0,0 +1,2 @@
#! /bin/sh
find /home/neku/www/files/ -mmin +30 -exec rm -f {} \;