stop-alert.sh 108 B

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