stopGor.sh 118 Bytes
#!/bin/bash

ps -ef| grep "gor --stats --output-http-stats --input-file" | grep -v grep | cut -c 9-15 | xargs kill -9