7 lines
130 B
Bash
7 lines
130 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd hellen-one
|
||
|
python2.7 ./bin/copy_from_Kicad.py "frames:proteus" ".." "../../gerber" "OBD2Ahonda" "a"
|
||
|
|
||
|
echo "Done!"
|