jar-auto-service-stop.sh 92 B

1234
  1. #!/bin/sh
  2. PID=$(cat /home/syjy/focus-client/autoservice/jar-auto-service.pid)
  3. kill -9 $PID