heroweb/examples/images/start.sh

6 lines
82 B
Bash
Raw Normal View History

2024-10-31 06:24:12 +00:00
#!/bin/bash
python3 -m http.server 8000 &
sleep 1
open http://localhost:8000
wait