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-06-11 08:12:39 -07:00
|
|
|
sh bin/create_board_with_prefix.sh "alphax_" ".." "4ch" "c" "bom_replace_alphax_4ch-c.csv " "0,0"
|