fome-fw/firmware/gen_default_everything.sh

12 lines
303 B
Bash
Raw Normal View History

2022-08-31 17:45:57 -07:00
#!/bin/bash
# is order of operations important here or not really?
2022-08-31 17:45:57 -07:00
echo "gen_enum_to_string.sh as part of everything"
./gen_enum_to_string.sh
echo "gen_live_documentation.sh as part of everything"
./gen_live_documentation.sh
echo "gen_config_default.sh as part of everything"
./gen_config_default.sh