Created
March 20, 2014 11:15
-
-
Save pietia/9661620 to your computer and use it in GitHub Desktop.
kill karma and gulp
This file contains 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
kk() { | |
kill -9 $(ps aux | awk '/[k]arma/ {print $2}') | |
kill -9 $(ps aux | awk '/[g]ulp/ {print $2}') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment