hellen-boards/copy_all_modules_from_Kicad.sh

9 lines
214 B
Bash
Raw Normal View History

2021-03-09 06:41:09 -08:00
#!/bin/bash
cd hellen-one
2021-06-23 09:40:18 -07:00
python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "gerber" "wbo" "0.2"
python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "gerber" "vr-discrete" "0.1"
2021-03-09 06:41:09 -08:00
echo "Done!"