mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
here is what I wanted
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user