egui/build_and_run.sh

7 lines
56 B
Bash
Raw Normal View History

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