mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
8 lines
118 B
Bash
Executable File
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 "$@"
|