Uguu/src/static/scripts/checkfiles.sh

4 lines
81 B
Bash

#!/bin/sh
hours=$((XXX*60))
find /path/to/files/ -mmin +$hours -exec rm -f {} \;