Skip to content

Instantly share code, notes, and snippets.

@baudehlo
Created December 19, 2013 21:28
Show Gist options
  • Save baudehlo/8046539 to your computer and use it in GitHub Desktop.
Save baudehlo/8046539 to your computer and use it in GitHub Desktop.
setInterval(function () { console.log("ping") }, 1000);
process.on('SIGINT', function () { console.log("Got SIGINT") });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment