git-subtree-dir: libs/emsdk git-subtree-split: 3bcf1dcd01f040f370e10fe673a092d9ed79ebb5
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source $(dirname $0)/env.sh
|
|
|
|
exec python3 $EMSCRIPTEN/emar.py "$@"
|