mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
Fix xargs
This commit is contained in:
parent
37ab1262d8
commit
87b51de9bf
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 -I {} rm {} \;
|
||||
| xargs -r -I {} rm {}
|
||||
|
|
Loading…
Reference in a new issue