#!/bin/bash xbuild ./Server/Server.sln cd Bin cmake .. make ps -ef | grep App.exe | awk '{print $2}' | xargs kill -9 mono --debug App.exe --appId=1 --appType=Manager --config=../$1