mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-04 08:51:04 +02:00
12 lines
200 B
Bash
Executable File
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 |