Skip to content

Instantly share code, notes, and snippets.

@cdmwebs
Created July 19, 2011 15:59
Show Gist options
  • Select an option

  • Save cdmwebs/1092890 to your computer and use it in GitHub Desktop.

Select an option

Save cdmwebs/1092890 to your computer and use it in GitHub Desktop.
ps aux | grep -E -i "[j]ruby.*(rails s|rake)" | awk '{print $2}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment