Run.sh 182 B

123456789
  1. #!/bin/bash
  2. xbuild ./Server/Server.sln
  3. cd Bin
  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 --config=../$1