Skip to content

Instantly share code, notes, and snippets.

@ruthenium
Forked from shirshir/gist:8400570
Created August 16, 2016 15:25
Show Gist options
  • Save ruthenium/f31b46c454dd3d7d6dfcbd1262002590 to your computer and use it in GitHub Desktop.
Save ruthenium/f31b46c454dd3d7d6dfcbd1262002590 to your computer and use it in GitHub Desktop.
Recursive .zip excluding .git and .DS_Store
zip -r files.zip ./directory -x "*.git*" -x "*.DS_Store"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment