Uguu/src/static/scripts/checkfiles.sh

3 lines
79 B
Bash

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