Merge branch 'main' of https://github.com/rusefi/proteus-mustang5.0-60-pin
This commit is contained in:
commit
3ed53b5a1c
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
*.sh text eol=lf
|
|
@ -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!"
|
|
@ -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"
|
Loading…
Reference in New Issue