Created by
Ben Howdle of
Poor shell programming: backticks, piping grep into cut, should be:
#!/bin/sh pgrep -G bill | xargs kill -9
haha! ace thanks for setting me right!