This commit is contained in:
Nadezhda 2022-05-19 18:42:45 +03:00
commit 3ed53b5a1c
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 Executable 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 Executable 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"