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

7 lines
140 B
Bash

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