mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-09 23:02:56 +08:00
4 lines
115 B
Bash
4 lines
115 B
Bash
#!/bin/bash
|
|
fx_root=`dirname "$(readlink -f "$0")"`
|
|
|
|
MONO_PATH=$fx_root/mono/ mono $fx_root/CitizenMP.Server.exe $* |