DeMaking's picture
Create start.sh
b68fbdc verified
raw
history blame
92 Bytes
#!/bin/bash
echo "Starting FastAPI app and Telegram bot..."
python3 app.py &
python3 bot.py