1
0
Fork 0

cbr2cbz: now good

This commit is contained in:
dtb 2024-04-10 13:15:08 -06:00
parent 72dfffce19
commit 06afeef436
1 changed files with 4 additions and 1 deletions

5
cbz/cbr2cbz Normal file → Executable file
View File

@ -23,6 +23,9 @@ fi
while test -n "$1"; do
unrar x -op"$d" "$1"
zip -Z deflate "$1".cbz "$d"/*
zip -jZ deflate "$1".cbz "$d"/*
rm "$d"/*
shift
done
rm -r "$d"