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