Last active
March 10, 2017 05:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zip -r -X Archive.zip * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment