Run.sh 170 B

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