Skip to content

Instantly share code, notes, and snippets.

@RavenHursT
Created March 3, 2014 22:34
Show Gist options
  • Save RavenHursT/9336067 to your computer and use it in GitHub Desktop.
Save RavenHursT/9336067 to your computer and use it in GitHub Desktop.
Bash alias for killing Grunt Server
alias gkill="sudo kill -9 `ps -a | grep 'bin/grunt' | awk '{print $1}'`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment