Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
nateraw
/
run-script-in-background
like
2
Sleeping
App
Files
Files
Community
1
b719bab
run-script-in-background
/
start_server.sh
nateraw
Update start_server.sh
8c37b9c
almost 2 years ago
raw
Copy download link
history
blame
Safe
169 Bytes
#!/bin/bash
# Start the python script in the background asynchronously
nohup
python your_script.py &
# Start a simple web server on port 5000
python status_checker.py