Files
myorg-assistant/start.sh

9 lines
184 B
Bash
Raw Normal View History

2026-02-03 23:50:19 +01:00
#!/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