Skip to content

Instantly share code, notes, and snippets.

@scriptonian
Created August 2, 2018 18:16
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 scriptonian/3b8b5a4df8c5205ca3e11e7b75dc4ce2 to your computer and use it in GitHub Desktop.
Save scriptonian/3b8b5a4df8c5205ca3e11e7b75dc4ce2 to your computer and use it in GitHub Desktop.
Mac compress multiples files with command line
zip -9 -r archive.zip ./node_modules index.js (will compress everything in node modules folder as well as index.js) into a file called archive.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment