stopGor.sh 118 Bytes Raw Blame History Permalink 1 2 3 #!/bin/bash ps -ef| grep "gor --stats --output-http-stats --input-file" | grep -v grep | cut -c 9-15 | xargs kill -9