Skip to content

Instantly share code, notes, and snippets.

@katopz
Last active September 22, 2015 14:59
Show Gist options
  • Save katopz/78b32f67567426639081 to your computer and use it in GitHub Desktop.
Save katopz/78b32f67567426639081 to your computer and use it in GitHub Desktop.
Clean Mac junk file in zip
zip -d foo.zip __MACOSX/\*
zip -d foo.zip \*/.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment