Skip to content

Instantly share code, notes, and snippets.

@Tulakshana
Created April 7, 2022 02:42
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 Tulakshana/e4afa1cde1ad59f52bc3e8622b350460 to your computer and use it in GitHub Desktop.
Save Tulakshana/e4afa1cde1ad59f52bc3e8622b350460 to your computer and use it in GitHub Desktop.
Script to create a zip file in macOS without .DS_Store and __MACOSX files. Run this script inside the folder you want to zip.
zip -r smart.zip . -x "*.DS_Store" -x "__MACOSX"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment