Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Created December 18, 2013 03:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeonwillbanks/8016715 to your computer and use it in GitHub Desktop.
Save simeonwillbanks/8016715 to your computer and use it in GitHub Desktop.
Kill development processes #bash #ruby
$ export BYEBYE=ruby
$ ps x | grep $BYEBYE | cut -d' ' -f1 | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment