quietest
This commit is contained in:
parent
16ebe9b011
commit
4f965b734d
@ -21,9 +21,8 @@ for f in "$@"; do
|
||||
test -e "$f" \
|
||||
|| usage
|
||||
|
||||
set -x
|
||||
unzip -d "$d"/x "$f"
|
||||
set +x
|
||||
|
||||
rm -f "$d"/x/*.xml
|
||||
|
||||
for g in "$d"/x/*; do
|
||||
@ -54,8 +53,6 @@ done
|
||||
|
||||
rm -r "$d"/x
|
||||
|
||||
set -x
|
||||
zip -Z deflate out.cbz "$d"/*
|
||||
set +x
|
||||
|
||||
rm -r "$d"
|
||||
|
Loading…
Reference in New Issue
Block a user