X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/78c444daa8ff292a83e912f44e063e106d3b48df..HEAD:/src/static/scripts/checkfiles.sh?ds=sidebyside diff --git a/src/static/scripts/checkfiles.sh b/src/static/scripts/checkfiles.sh index 07fab32..b0674e4 100644 --- a/src/static/scripts/checkfiles.sh +++ b/src/static/scripts/checkfiles.sh @@ -1,3 +1,3 @@ -#! /bin/sh +#!/bin/sh hours=$((XXX*60)) -find /path/to/files/ -mmin +$hours -exec rm -f {} \; \ No newline at end of file +find /path/to/files/ -mmin +$hours -exec rm -f {} \;