mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Move shell scripts into sh/ subfolder
This commit is contained in:
6
sh/wasm_size.sh
Executable file
6
sh/wasm_size.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path"
|
||||
|
||||
./build_demo_web.sh && ls -l ../docs/*.wasm
|
||||
Reference in New Issue
Block a user