source: trip-planner-front/node_modules/tree-kill/cli.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 244 bytes
Line 
1#!/usr/bin/env node
2kill = require('.')
3try {
4 kill(process.argv[2], process.argv[3], function(err){
5 if (err) {
6 console.log(err.message)
7 process.exit(1)
8 }
9 })
10}
11catch (err) {
12 console.log(err.message)
13 process.exit(1)
14}
Note: See TracBrowser for help on using the repository browser.