copy & create scripts, initial version

This commit is contained in:
Andrei 2021-10-09 17:23:01 +03:00
parent 5d59d78aa0
commit 51dcbcfbd0
2 changed files with 2 additions and 2 deletions

View File

@ -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!"

View File

@ -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"