]> jfr.im git - uguu.git/commitdiff
Create check.sh
authorEric Johansson (neku) <redacted>
Wed, 11 Feb 2015 17:18:38 +0000 (18:18 +0100)
committerEric Johansson (neku) <redacted>
Wed, 11 Feb 2015 17:18:38 +0000 (18:18 +0100)
includes/check.sh [new file with mode: 0644]

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