stop_twsgw.sh 114 B

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