07dde80 41941e3
1
2
3
4
5
6
7
8
#!/bin/bash # Start the python script in the background asynchronously nohup python your_script.py & # Start a simple web server on port 5000 python -m http.server 7860