mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 12:42:12 +00:00
added commander.js
This commit is contained in:
parent
06f9da02bd
commit
a0f0d08b53
3 changed files with 476 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue