Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created April 29, 2010 17:01
Show Gist options
  • Save jugyo/383888 to your computer and use it in GitHub Desktop.
Save jugyo/383888 to your computer and use it in GitHub Desktop.
#!/bin/sh
# The command for making epub file.
cd $1
zip -0 ../$1.epub mimetype
zip -r ../$1.epub * -x mimetype
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment