mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
6 lines
80 B
Bash
6 lines
80 B
Bash
#!/bin/bash
|
|
|
|
source $(dirname $0)/env.sh
|
|
|
|
exec python3 $EMSCRIPTEN/emar.py "$@"
|