Skip to content

Instantly share code, notes, and snippets.

@afreeland
Created December 3, 2015 15:00
Show Gist options
  • Save afreeland/5957c2a48a15c6501352 to your computer and use it in GitHub Desktop.
Save afreeland/5957c2a48a15c6501352 to your computer and use it in GitHub Desktop.
Zip a directory excluding a folder (node_modules) using 7z
C:\Program Files\7-Zip>7z.exe a -tzip utility.zip C:\nChannel_2014\nChannel\Dev\
nodejs\management -xr!node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment