copy & create scripts, initial version
This commit is contained in:
parent
5d59d78aa0
commit
51dcbcfbd0
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd hellen-one
|
||||
python2.7 ./bin/copy_from_Kicad.py "frames" "../.." "../../gerber" "proteus-Honda-K-125-adapter" "a"
|
||||
python2.7 ./bin/copy_from_Kicad.py "frames:proteus" ".." "../../gerber" "125honda" "a"
|
||||
|
||||
echo "Done!"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd hellen-one
|
||||
sh bin/create_board.sh ".." "88bmw" "a" "bom_replace_88bmw-a.csv" "80,0"
|
||||
sh bin/create_board_with_prefix.sh "proteus" "../proteus125honda" "125honda" "a" "bom_replace_125honda-a.csv" "80,0"
|
||||
|
|
Loading…
Reference in New Issue