mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
|
cd "$script_path"
|
|
|
|
./build_demo_web.sh && ls -l ../docs/*.wasm
|