Files
meshing-around/launch.sh
T
SpudGunMan 58845a7132 linuxstuffs
2024-07-10 15:26:59 -07:00

12 lines
200 B
Bash
Executable File

#!/bin/bash
# launch.sh
echo "Launches the bot in a virtual environment"
# activate the virtual environment
source venv/bin/activate
# launch the application
python mesh_bot.py
#python pong_bot.py