7 lines
142 B
Bash
7 lines
142 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd hellen-one
|
||
|
python2.7 ./bin/copy_from_Kicad.py "frames" "../.." "../../gerber" "proteus-Honda-K-125-adapter" "a"
|
||
|
|
||
|
echo "Done!"
|