]> jfr.im git - uguu.git/blob - src/static/scripts/checkfiles.sh
Merge pull request #76 from nokonoko/v1.6.6-beta
[uguu.git] / src / static / scripts / checkfiles.sh
1 #! /bin/sh
2 hours=$((XXX*60))
3 find /path/to/files/ -mmin +1440 -exec rm -f {} \;