X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/2057341d8f6beb79fdaa034619c4030b86baecf3..e480c0e52fadac2ffac84c751cb7b0f606e93efc:/src/static/scripts/checkfiles.sh diff --git a/src/static/scripts/checkfiles.sh b/src/static/scripts/checkfiles.sh new file mode 100644 index 0000000..5c9e4bd --- /dev/null +++ b/src/static/scripts/checkfiles.sh @@ -0,0 +1,2 @@ +#! /bin/sh +find /path/to/files/ -mmin +1440 -exec rm -f {} \; \ No newline at end of file