mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 13:41:16 -09:00
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 "$@"
|