Uguu/src/static/scripts/checkfiles.sh

3 lines
79 B
Bash
Raw Normal View History

2020-11-18 09:04:23 -03:00
#! /bin/sh
2023-01-01 08:53:42 -03:00
hours=$((XXX*60))
2020-11-18 09:04:23 -03:00
find /path/to/files/ -mmin +1440 -exec rm -f {} \;