]> jfr.im git - uguu.git/blob - src/static/scripts/checkfiles.sh
Update checkfiles.sh
[uguu.git] / src / static / scripts / checkfiles.sh
1 #! /bin/sh
2 hours=$((XXX*60))
3 find /path/to/files/ -mmin +$hours -exec rm -f {} \;