7 lines
117 B
Bash
7 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd ..
|
||
|
python3 ./bin/copy_from_Kicad.py "frames:hellen" "tests" "../../gerber" "1test" "a"
|
||
|
|
||
|
echo "Done!"
|