#!/bin/bash echo "Starting FastAPI Web Server..." python3 app.py & echo "Starting Lichess Bot..." cd lichess-bot python3 start_bot.py