Last active
June 29, 2020 12:07
-
-
Save nsukonny/b1c9e9ca36c4d7861db3d2a2078d9c30 to your computer and use it in GitHub Desktop.
Zip folder without Mac OS system files
This file contains 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 folder.zip folder -x "*.DS_Store" -x "__MACOSX" -x -x /*.git/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment