1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/sh/wasm_size.sh
Emil Ernerfeldt 39c6c7e5c9 Small code cleanup
2021-10-23 06:03:45 +02:00

7 lines
146 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 -lh ../docs/*.wasm