This commit is contained in:
YAWAsau
2021-11-05 22:34:26 +08:00
parent 4976d3ab04
commit 09431669bd
4 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ starttime1="$(date -u "+%s")"
A=1
B="$(find "$MODDIR" -maxdepth 1 -name "*.tar*" -type f | wc -l)"
find "$MODDIR" -maxdepth 1 -name "*.tar*" -type f | while read; do
echoRgb "恢復第$A個壓縮包 總共$B個 剩下$((B-A))個"
echoRgb "恢復第$A/$B個壓縮包 剩下$((B-A))個"
Release_data "$REPLY"
echoRgb "完成$((A*100/B))%" && let A++
done