Created
November 7, 2014 21:58
-
-
Save cschar/36f73f302b64b92504e3 to your computer and use it in GitHub Desktop.
kill processes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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