mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Refactor example code
This commit is contained in:
6
start_server.sh
Executable file
6
start_server.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
cd docs
|
||||
echo "open localhost:8000"
|
||||
python3 -m http.server 8000 --bind 127.0.0.1
|
||||
Reference in New Issue
Block a user