mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
8 lines
118 B
Bash
8 lines
118 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# Set-up PATH and other environment variables
|
|
EMSDK_QUIET=1 source /emsdk/emsdk_env.sh
|
|
|
|
exec "$@"
|