sugoi/checkfiles.sh
2021-06-22 21:30:58 +02:00

2 lines
61 B
Bash

#! /bin/sh
find /path/to/files/ -mmin +1440 -exec rm -f {} \;