#!/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