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