Files

6 lines
96 B
Bash
Executable File

#!/bin/bash
source $(dirname $0)/env.sh
exec $EMSDK_PYTHON $(dirname $0)/link_wrapper.py "$@"