Uguu/checkfiles.sh

2 lines
61 B
Bash
Raw Normal View History

2020-11-18 09:04:23 -03:00
#! /bin/sh
find /path/to/files/ -mmin +1440 -exec rm -f {} \;