This commit is contained in:
aixianling
2024-12-16 13:51:31 +08:00
commit 00ee9dd8ea
1884 changed files with 817815 additions and 0 deletions

6
LogicServer/run.sh Normal file
View File

@@ -0,0 +1,6 @@
#! /bin/bash
if [ "$1" == "Debug" ]; then
./logicserver_d LogicServerLinux.txt
else
./logicserver_r LogicServerLinux.txt
fi