egui/start_server.sh
2020-04-12 12:07:51 +02:00

6 lines
101 B
Bash
Executable file

#!/bin/bash
set -eu
cd docs
echo "open localhost:8000"
python3 -m http.server 8000 --bind 127.0.0.1