egui/start_server.sh

7 lines
108 B
Bash
Raw Normal View History

2020-04-12 10:07:51 +00:00
#!/bin/bash
set -eu
cd docs
2020-04-23 07:50:03 +00:00
echo "open http://localhost:8888"
python3 -m http.server 8888 --bind 127.0.0.1