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

7 lines
117 B
Bash
Executable File

#! /bin/bash
if [ "$1" == "Debug" ]; then
./amserver_d AMServerLinux.txt
else
./amserver_r AMServerLinux.txt
fi