Skip to content

Instantly share code, notes, and snippets.

@fumikito
Created October 2, 2010 12:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fumikito/607624 to your computer and use it in GitHub Desktop.
Save fumikito/607624 to your computer and use it in GitHub Desktop.
Mac OS XでePubファイルを固めるときのコマンド
zip -X0 ../sample.epub mimetype
zip -rDX9 ../sample.epub * -x "*.DS_Store" -x mimetype
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment