added commander.js

This commit is contained in:
coderaiser 2013-02-01 10:45:09 -05:00
parent 06f9da02bd
commit a0f0d08b53
3 changed files with 476 additions and 5 deletions

View file

@ -2,7 +2,7 @@
/* c9.io kill active node process */
(function(){
"use strict";
'use strict';
var exec = require('child_process').exec,
lCmd = 'kill -9' + ' ' + /* kill finded process */