v0.4 - Fixed bug. When a batch is run the number of remaining files did not decrease.

This commit is contained in:
Ze'ev Schurmann 2023-09-19 17:49:12 +02:00
parent 010f7c1149
commit 8a2c18f9fe
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
function Help {
echo "cbr2cbz Conversion Tool"
echo "Version 0.3"
echo "Version 0.4"
echo "https://git.zaks.web.za/thisiszeev/cbr2cbz"
echo
echo 'Usage: cbr2cbz single "filename.cbr"'
@ -18,7 +18,7 @@ function Help {
function Convert {
echo "Converting: $cbr to $cbz"
echo "Files remaining: $files"
echo "Files remaining: $((files--))"
echo
sleep 2s
unrar e "$cbr" /tmp/cbr2cbz