stop_options_chain.sh 116 B

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