seaBlueSRolad.sh 158 B

1234
  1. #!/bin/bash
  2. cd $PWD
  3. ps aux |grep $1 | grep -v 'grep' | grep -v 'seaBlueSRolad.sh' |awk '{print $2}' | xargs kill -9
  4. php start.php --service=$1 --daemonize=$2