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