From a5ab1aebf31dec867c627aa09b4d701989635884 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 8 Oct 2024 00:17:03 -0700 Subject: [PATCH] here is what I wanted --- launch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/launch.sh b/launch.sh index ce19be8..36f3f4c 100755 --- a/launch.sh +++ b/launch.sh @@ -17,6 +17,10 @@ if [ "$1" == "pong" ]; then python3 pong_bot.py elif [ "$1" == "mesh" ]; then python3 mesh_bot.py +elif [ "$1" == "html" ]; then + python3 etc/report_generator.py +elif [ "$1" == "html5" ]: then + python3 etc/report_generator5.py else echo "Please provide a bot to launch (pong/mesh)" exit 1