Run.sh 124 B

123456789
  1. #!/bin/bash
  2. xbuild ./Server.sln
  3. cd Bin/Debug/
  4. cmake ../..
  5. make
  6. pkill App.exe
  7. mono --debug App.exe --id=1 --appType=Manager