Skip to content

Instantly share code, notes, and snippets.

@pietia
Created March 20, 2014 11:15
Show Gist options
  • Save pietia/9661620 to your computer and use it in GitHub Desktop.
Save pietia/9661620 to your computer and use it in GitHub Desktop.
kill karma and gulp
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