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