Skip to content

Instantly share code, notes, and snippets.

@cschar
Created November 7, 2014 21:58
Show Gist options
  • Save cschar/36f73f302b64b92504e3 to your computer and use it in GitHub Desktop.
Save cschar/36f73f302b64b92504e3 to your computer and use it in GitHub Desktop.
kill processes
ps | grep app.py | cut -c1-5 | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment