#!/bin/bash echo "hello world" date nohup python -m http.server 7860 & sleep 10 exit 0