Files

7 lines
140 B
Bash
Raw Permalink Normal View History

2024-12-13 13:41:02 +08:00
#! /bin/bash
path=`pwd`
if [ "$1" == "Debug" ]; then
$path/robootgate_d GateServerLinux.txt
else
$path/robootgate_r GateServerLinux.txt
fi