Skip to content

Instantly share code, notes, and snippets.

@ORESoftware
Last active October 23, 2017 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ORESoftware/1e1d4ce8d41eeacd7e57b89493410047 to your computer and use it in GitHub Desktop.
Save ORESoftware/1e1d4ce8d41eeacd7e57b89493410047 to your computer and use it in GitHub Desktop.
die mfker die mfkr die !
////
n.kill('SIGTERM');
setTimeout(function () {
n.kill('SIGINT');
setTimeout(function () {
n.kill('SIGKILL');
}, 1000);
}, 1000);
////
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment