mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
Print when process ends
This commit is contained in:
parent
9cd7d9888b
commit
7d9e1eaa40
1 changed files with 2 additions and 0 deletions
|
@ -224,3 +224,5 @@ find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \
|
|||
| cut -f2- \
|
||||
| xargs -r -I {} rm "./archive/{}"
|
||||
find ./logs -mtime +7 -exec rm {} \;
|
||||
|
||||
echo "Done!"$'\n'"************************************"
|
Loading…
Reference in a new issue