7 lines
117 B
Bash
7 lines
117 B
Bash
#! /bin/bash
|
|
|
|
if [ "$1" == "Debug" ]; then
|
|
./amserver_d AMServerLinux.txt
|
|
else
|
|
./amserver_r AMServerLinux.txt
|
|
fi |