Skip to content

Instantly share code, notes, and snippets.

@kribblo
Created February 5, 2019 14:28
Show Gist options
  • Save kribblo/d2a7f6e3f307bdc51f69cb3b36829a28 to your computer and use it in GitHub Desktop.
Save kribblo/d2a7f6e3f307bdc51f69cb3b36829a28 to your computer and use it in GitHub Desktop.
CBZ a bunch of directories (Chapter[01-21]) to comic archives
for i in {01..21}; do zip -j -r "ComicName$i.cbz" "Chapter$i"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment