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

7 lines
140 B
Bash
Executable File

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