exec( "./cordova/build --debug" , function(error, stdout){...
exec("prog", function(){ exec("killall prog", function(err, stdout){console.log(err, stdout)}) })