here is what I wanted

This commit is contained in:
SpudGunMan
2024-10-08 00:17:03 -07:00
parent ef18f1cb0c
commit a5ab1aebf3
+4
View File
@@ -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