Skip to content

Instantly share code, notes, and snippets.

@nsukonny
Last active June 29, 2020 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsukonny/b1c9e9ca36c4d7861db3d2a2078d9c30 to your computer and use it in GitHub Desktop.
Save nsukonny/b1c9e9ca36c4d7861db3d2a2078d9c30 to your computer and use it in GitHub Desktop.
Zip folder without Mac OS system files
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