2025-01-20 11:24:16 -08:00

8 lines
118 B
Bash
Executable File

#!/bin/bash
set -e
# Set-up PATH and other environment variables
EMSDK_QUIET=1 source /emsdk/emsdk_env.sh
exec "$@"