Skip to content

Instantly share code, notes, and snippets.

@andrewserong
Last active March 10, 2017 05:49
Show Gist options
  • Save andrewserong/038e0b630696b1b9ac29722988233e59 to your computer and use it in GitHub Desktop.
Save andrewserong/038e0b630696b1b9ac29722988233e59 to your computer and use it in GitHub Desktop.
Zip up a folder from the command line on Mac, excluding __MACOSX folder
zip -r -X Archive.zip *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment