Skip to content

Instantly share code, notes, and snippets.

@nicdoye
Created November 13, 2015 10:38
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicdoye/2244872122506368a9f8 to your computer and use it in GitHub Desktop.
Save nicdoye/2244872122506368a9f8 to your computer and use it in GitHub Desktop.
7zip but exclude .git (Simples, but I don't use it that often).
#!/bin/bash
7z a -x'!*/.git' $1.7z $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment