mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Update checkfiles.sh
This commit is contained in:
parent
83f3f11f98
commit
78c444daa8
@ -1,2 +1,3 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
find /path/to/files/ -mmin +1440 -exec rm -f {} \;
|
hours=$((XXX*60))
|
||||||
|
find /path/to/files/ -mmin +$hours -exec rm -f {} \;
|
Loading…
Reference in New Issue
Block a user