mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
7 lines
101 B
Bash
Executable File
7 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
|