1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/build_and_run.sh
2018-12-23 19:42:30 +01:00

7 lines
56 B
Bash
Executable File

#!/bin/bash
set -eu
./build.sh
open "docs/index.html"