Skip to content

Instantly share code, notes, and snippets.

@craigvantonder
Created March 17, 2017 23:57
Show Gist options
  • Save craigvantonder/ef42692134f369d0d42da7071906f26b to your computer and use it in GitHub Desktop.
Save craigvantonder/ef42692134f369d0d42da7071906f26b to your computer and use it in GitHub Desktop.
Killing a node process in Ubuntu
#!/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