Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yasir68
/
xempire1
like
0
Paused
App
Files
Files
Community
4
refs/pr/2
xempire1
/
START.sh
yasir68
Upload folder using huggingface_hub (
#1
)
e26cd2e
verified
3 months ago
raw
Copy download link
history
blame
Safe
172 Bytes
#!/bin/bash
echo
"Activating virtual environment..."
source
venv/bin/activate
echo
"Starting the bot..."
python main.py
echo
"Press any key to continue..."
read
-n 1 -s