2022-03-04 09:23:35 -08:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-05-21 07:30:26 -07:00
|
|
|
if [ ! -f hellen-one/git_scripts ]; then
|
|
|
|
echo "No submodules?"
|
|
|
|
git submodule update --init --recursive
|
|
|
|
fi
|
|
|
|
|
2022-03-04 09:23:35 -08:00
|
|
|
cd hellen-one
|
2022-07-25 04:45:56 -07:00
|
|
|
sh bin/create_board_with_prefix.sh "alphax_" ".." "4ch" "d" "bom_replace_alphax_4ch-d.csv " "0,0"
|