Files
chuanqi-server/server/build/GateServer/run.sh
2024-12-15 14:54:42 +08:00

11 lines
159 B
Bash
Executable File

#! /bin/bash
path=`pwd`
if [ "$1" == "Debug" ]; then
$path/gateserver_d $path/GateServerLinux.txt
else
$path/gateserver_r $path/GateServerLinux.txt
fi