7 lines
123 B
Bash
7 lines
123 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd hellen-one
|
||
|
python2.7 ./bin/copy_from_Kicad.py "frames:alphax_" ".." "../../gerber" "4ch" "a"
|
||
|
|
||
|
echo "Done!"
|