heroweb/examples/images/start.sh
2024-10-31 07:24:12 +01:00

6 lines
82 B
Bash
Executable File

#!/bin/bash
python3 -m http.server 8000 &
sleep 1
open http://localhost:8000
wait