Start.sh 140 B

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