1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/checkfiles.sh
2020-11-18 13:04:23 +01:00

2 lines
61 B
Bash

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