Skip to content

Instantly share code, notes, and snippets.

@geekman
Created July 9, 2014 10:46
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 geekman/6d088bf148b1863f89b8 to your computer and use it in GitHub Desktop.
Save geekman/6d088bf148b1863f89b8 to your computer and use it in GitHub Desktop.
zips up generated Gerber files in a directory
cd %1
zip itead-gerbers.zip *.GTL *.GBL *.GTS *.GBS *.GTO *.GBO *.TXT *.GKO *.GMO
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment