Files
myorg-assistant/start.sh
Roger Oriol 87fb32b559 first commit
2026-02-03 23:50:19 +01:00

9 lines
184 B
Bash
Executable File

#!/bin/bash
# Start script to run both Discord bot and web server
# Start web server in background
python -m src.main web &
# Start Discord bot in foreground
#python -m src.main bot