File size: 167 Bytes
b68fbdc
 
419bb35
d4fa71c
419bb35
d4fa71c
1
2
3
4
5
6
7
#!/bin/bash
echo "Starting FastAPI app and Telegram bot..."
# Start FastAPI in the background
python app.py &
# Start the Telegram bot (as main process)
python bot.py