mega / start.sh
sanch1tx's picture
Create start.sh
41e7ca3 verified
raw
history blame contribute delete
230 Bytes
#!/bin/bash
# Start the web server (app.py) in the background
echo "Starting web server to keep Space alive..."
python app.py &
# Start the Telegram bot (main.py) in the foreground
echo "Starting Telegram bot..."
python main.py