Skip to content

Instantly share code, notes, and snippets.

@oclero
Created February 7, 2024 21:44
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 oclero/80239e5b740aa658380bb39e1e98577b to your computer and use it in GitHub Desktop.
Save oclero/80239e5b740aa658380bb39e1e98577b to your computer and use it in GitHub Desktop.
MacOS - Create a ZIP archive without .DS_Store and __MACOSX files
zip -r output.zip path/to/input_folder -x ".DS_Store" -x "__MACOSX"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment