File size: 196 Bytes
07dde80
 
 
 
 
97cef1c
 
07dde80
8c37b9c
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Start the python script in the background asynchronously
nohup python your_script.py &

export USER_SCRIPT_PID=$!

# Start a simple web server on port 5000
python status_checker.py