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

9 lines
149 B
Bash
Executable File

#! /bin/bash
path=`pwd`
if [ "$1" == "Debug" ]; then
$path/dbserver_d $path/DBServerLinux.txt
else
$path/dbserver_r $path/DBServerLinux.txt
fi