mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
Fix xargs in cleanup
This commit is contained in:
parent
623dc7179b
commit
d8ff7beef7
1 changed files with 1 additions and 1 deletions
|
@ -217,4 +217,4 @@ find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \
|
|||
| sort -rn \
|
||||
| tail -n +6 \
|
||||
| cut -f2- \
|
||||
| xargs -r r
|
||||
| xargs -r -I {} rm {} \;
|
||||
|
|
Loading…
Reference in a new issue