From 9db984b807c56a5e8a142bc6bbb229beb5c612ab Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 31 Aug 2022 20:45:57 -0400 Subject: [PATCH] gen_default_everything.sh --- firmware/gen_default_everything.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 firmware/gen_default_everything.sh diff --git a/firmware/gen_default_everything.sh b/firmware/gen_default_everything.sh new file mode 100644 index 0000000000..b50809a82a --- /dev/null +++ b/firmware/gen_default_everything.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +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