Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for zip in *.zip; do bn="${zip%.zip}"; mkdir "$bn"; cd "$bn"; arch_unpack ../"${zip}" && rm ../"${zip}"; cd ..; arch_pack "${bn}.7z" "$bn" && rm -rf "$bn"; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement