2022-08-31 17:45:57 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-08-31 17:53:17 -07:00
|
|
|
# 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
|
2022-08-31 17:53:17 -07:00
|
|
|
|
|
|
|
echo "gen_config_default.sh as part of everything"
|
|
|
|
./gen_config_default.sh
|