#!/bin/bash # Start a simple HTTP server on port 8000 python3 -m http.server 8000