1
0
Fork 0

cbr2cbz: now works

This commit is contained in:
dtb 2024-04-10 13:03:47 -06:00
parent 92f1bb5c72
commit 72dfffce19
1 changed files with 1 additions and 0 deletions

View File

@ -24,4 +24,5 @@ fi
while test -n "$1"; do
unrar x -op"$d" "$1"
zip -Z deflate "$1".cbz "$d"/*
shift
done