mirror of
https://github.com/emilk/egui.git
synced 2026-07-14 02:28:54 +00:00
7 lines
56 B
Bash
Executable File
7 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
./build.sh
|
|
|
|
open "docs/index.html"
|