mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/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
|