diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6007d2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ + +*.sh text eol=lf diff --git a/step2_copy.sh b/step2_copy.sh new file mode 100755 index 0000000..56a9767 --- /dev/null +++ b/step2_copy.sh @@ -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!" diff --git a/step3_create_board.sh b/step3_create_board.sh new file mode 100755 index 0000000..4c002da --- /dev/null +++ b/step3_create_board.sh @@ -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"