This commit is contained in:
rusefillc 2022-05-18 10:04:39 -04:00
parent 4e63dac285
commit 29eb182648
3 changed files with 22 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.sh text eol=lf

11
step2_copy.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
if [ ! -f hellen-one/git_scripts ]; then
echo "No submodules?"
git submodule update --init --recursive
fi
cd hellen-one
python3 ./bin/copy_from_Kicad.py "frames:proteus-mustang5.0" ".." "../../gerber" "60-pin" "a"
echo "Done!"

9
step3_create_board.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
if [ ! -f "hellen-one/readme.md" ]; then
echo "No submodule? Trying to pull"
git submodule update --init --recursive
fi
cd hellen-one
sh bin/create_board_with_prefix.sh "proteus-mustang5.0" ".." "60-pin" "c" "bom_replace_ford-60-a.csv" "80,0"