Files
chuanqi-server-instance/LogicServer/run.sh

10 lines
141 B
Bash
Raw Normal View History

2024-12-16 13:51:31 +08:00
#! /bin/bash
./stop.sh
2024-12-16 13:51:31 +08:00
if [ "$1" == "Debug" ]; then
./logicserver_d LogicServerLinux.txt
else
./logicserver_r LogicServerLinux.txt
fi