Update launch.sh

This commit is contained in:
SpudGunMan
2024-10-07 23:13:48 -07:00
parent a5f68e1c20
commit 0619429c00
+1 -1
View File
@@ -18,7 +18,7 @@ if [ "$1" == "pong" ]; then
elif [ "$1" == "mesh" ]; then
python3 mesh_bot.py
else
printf "\nPlease provide a bot to launch (pong/mesh)"
printf "\nActivated virtual environment use 'deactivate' to exit\n"
fi
deactivate