shellout
v0.0.1
Published
simple shelling out for spawning commands and concatenating the stderr/stdout in a callback
Downloads
17
Readme
node-shellout
npm install shelloutthen
var concat = require('shellout')
shellout('ls', function(err, out) {
// undefined 'index.js\nnode_modules\npackage.json\nreadme.md\ntest.js\n'
})see also: [[https://github.com/bahamas10/node-exec]]
MIT LICENSE
