Skip to content

Instantly share code, notes, and snippets.

@vinaysshenoy
Last active April 11, 2024 02:19
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 vinaysshenoy/bba05e2802771d8868be0269df832433 to your computer and use it in GitHub Desktop.
Save vinaysshenoy/bba05e2802771d8868be0269df832433 to your computer and use it in GitHub Desktop.
macos commands

Create zip on macos without the hidden directories (for elasticbeanstalk)

zip -rX v0.49.4.zip . -x '**/.DS_Store' -x '.DS_Store'
unzip -v v0.49.4.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment