mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-27 05:21:58 +00:00
better progress display...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
17ccaa7a1b
commit
b9100e5798
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user