alphax-4chan/step2_copy.sh

7 lines
123 B
Bash
Raw Normal View History

2022-03-04 09:23:35 -08:00
#!/bin/bash
cd hellen-one
2022-04-27 06:26:42 -07:00
python2.7 ./bin/copy_from_Kicad.py "frames:alphax_" ".." "../../gerber" "4ch" "b"
2022-03-04 09:23:35 -08:00
echo "Done!"