Skip to content

Instantly share code, notes, and snippets.

@rurumimic
Last active November 20, 2023 06:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rurumimic/1e5e5d6191787d95126278570a748d21 to your computer and use it in GitHub Desktop.
Save rurumimic/1e5e5d6191787d95126278570a748d21 to your computer and use it in GitHub Desktop.
Compress without .DS_Store and __MACOSX
zip -r archive.zip . -x ".*" -x "__MACOSX" -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment