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

2 lines
61 B
Bash
Raw Normal View History

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