Skip to content

Instantly share code, notes, and snippets.

@NP-komplett
Created March 7, 2012 14:47
Show Gist options
  • Save NP-komplett/1993588 to your computer and use it in GitHub Desktop.
Save NP-komplett/1993588 to your computer and use it in GitHub Desktop.
if ARGV[0] == "stop"
system "ps -ef | grep irb | grep -v grep | awk '$3 == "1" {print $2} ' | xargs -n1 kill"
sleep 1
system "ps -ef | grep irb | grep -v grep | awk '$3 == "1" {print $2} ' | xargs -n1 kill -9"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment