This commit is contained in:
rusefillc 2022-05-21 10:30:26 -04:00
parent 46fdb2c88c
commit 942c01c791
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/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:alphax_" ".." "../../gerber" "4ch" "b"

View File

@ -1,4 +1,9 @@
#!/bin/bash
if [ ! -f hellen-one/git_scripts ]; then
echo "No submodules?"
git submodule update --init --recursive
fi
cd hellen-one
sh bin/create_board_with_prefix.sh "alphax_" ".." "4ch" "b" "bom_replace_alphax-4ch-b.csv " "0,0"