mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Rename sh/ folder to scripts/
This commit is contained in:
6
scripts/wasm_size.sh
Executable file
6
scripts/wasm_size.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path"
|
||||
|
||||
./build_demo_web.sh && ls -lh ../docs/*.wasm
|
||||
Reference in New Issue
Block a user