#! /bin/bash
./stop.sh
if [ "$1" == "Debug" ]; then
./logicserver_d LogicServerLinux.txt
else
./logicserver_r LogicServerLinux.txt
fi