mirror of
https://github.com/tauri-apps/egui.git
synced 2026-01-31 00:45:20 +01:00
7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
cd docs
|
|
echo "open http://localhost:8888"
|
|
python3 -m http.server 8888 --bind 127.0.0.1
|