]> jfr.im git - uguu.git/blobdiff - src/static/scripts/checkfiles.sh
major code refactor
[uguu.git] / src / static / scripts / checkfiles.sh
diff --git a/src/static/scripts/checkfiles.sh b/src/static/scripts/checkfiles.sh
new file mode 100644 (file)
index 0000000..5c9e4bd
--- /dev/null
@@ -0,0 +1,2 @@
+#! /bin/sh
+find /path/to/files/ -mmin +1440 -exec rm -f {} \;
\ No newline at end of file