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