mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04: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"
|