egui/build_and_run.sh
2018-12-23 19:42:30 +01:00

6 lines
56 B
Bash
Executable file

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