Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chris-hailstorm/4186440 to your computer and use it in GitHub Desktop.
Save chris-hailstorm/4186440 to your computer and use it in GitHub Desktop.
remove __MACOSX and .DS_Store files from zip files
##
## zip command itself can clean it up for you
Can be fixed after the fact by `zip -d filename.zip __MACOSX/\*`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment