aegis-of-realms/start_web.sh

4 lines
82 B
Bash
Executable File

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