sigint.js 57 B

1234
  1. #!/usr/bin/env node
  2. process.kill(process.pid, 'SIGINT')