7 lines
124 B
Bash
7 lines
124 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd hellen-one
|
||
|
python2.7 ./bin/copy_from_Kicad.py "frames" "../.." "../../gerber" "64_NA8_96" "a"
|
||
|
|
||
|
echo "Done!"
|