Files
chuanqi-server/server/build/GateServer/run.sh
aixianling 06658f112f init
2024-12-13 13:41:02 +08:00

11 lines
159 B
Bash

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