diff --git a/Archive/media/img/my/work/compress-archive.sh b/Archive/media/img/my/work/compress-archive.sh index 8dacfdfe..afd02119 100755 --- a/Archive/media/img/my/work/compress-archive.sh +++ b/Archive/media/img/my/work/compress-archive.sh @@ -100,7 +100,7 @@ COUNT=${#ARWs[@]} DONE=1 for f in "${ARWs[@]}" ; do echo $f - printf 'Doing: %d/%d\r' $DONE $COUNT + printf 'Doing: %d/%d (%d%%)\r' $DONE $COUNT $((100 * $DONE / $COUNT)) eval "${ARCH/\{\}/\"$f\"}" > /dev/null DONE=$((DONE + 1)) done