init
This commit is contained in:
6
server/cross/LogicServer/run.sh
Normal file
6
server/cross/LogicServer/run.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
if [ "$1" == "Debug" ]; then
|
||||
./logicserver_d LogicServerLinux.txt
|
||||
else
|
||||
./logicserver_r LogicServerLinux.txt
|
||||
fi
|
||||
Reference in New Issue
Block a user