stop_opt_serve.sh 112 B

1234
  1. #!/bin/bash
  2. ps ax | grep -i 'opt_serve' | grep python | grep -v grep | awk '{print $1}' | xargs kill -SIGTERM