Skip to content

Instantly share code, notes, and snippets.

@furudean
Last active July 24, 2021 22:14
Show Gist options
  • Select an option

  • Save furudean/2911231f61d6c10ca992c6bfb591bbd6 to your computer and use it in GitHub Desktop.

Select an option

Save furudean/2911231f61d6c10ca992c6bfb591bbd6 to your computer and use it in GitHub Desktop.
function packmanga
for file in */
set base (basename $file)
echo "Pack '$base'"
cd $base
zip -q "../$base.cbz" *
cd ..
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment