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