Create check.sh

This commit is contained in:
Eric Johansson (neku) 2015-02-11 18:18:38 +01:00
parent e96ebd09f1
commit 43599d9a39

2
includes/check.sh Normal file
View file

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