Create check.sh

This commit is contained in:
Eric Johansson (neku) 2015-02-11 18:18:38 +01:00
parent e96ebd09f1
commit 43599d9a39
1 changed files with 2 additions and 0 deletions

2
includes/check.sh Normal file
View File

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