Created
March 17, 2017 23:57
-
-
Save craigvantonder/ef42692134f369d0d42da7071906f26b to your computer and use it in GitHub Desktop.
Killing a node process in Ubuntu
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
#!/bin/bash | |
# http://serverfault.com/a/726024/210437 | |
killall -KILL node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment