Skip to content

Instantly share code, notes, and snippets.

@lideo
Created January 23, 2015 18:24
Show Gist options
  • Save lideo/e4fba44f3ed3a263bd4e to your computer and use it in GitHub Desktop.
Save lideo/e4fba44f3ed3a263bd4e to your computer and use it in GitHub Desktop.
Compress to ZIP
zip -r -X archive_name.zip folder_to_compress
“-X” removes invisible Mac resource files such as “_MACOSX” or “._Filename” and .ds store files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment