This commit is contained in:
SpudGunMan
2024-10-08 00:11:27 -07:00
parent 639568f9a0
commit ef18f1cb0c
+1 -1
View File
@@ -18,7 +18,7 @@ if [ "$1" == "pong" ]; then
elif [ "$1" == "mesh" ]; then
python3 mesh_bot.py
else
Please provide a bot to launch (pong/mesh)
echo "Please provide a bot to launch (pong/mesh)"
exit 1
fi