shellout

0.0.1 • Public • Published

node-shellout

npm install shellout

then

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

Readme

Keywords

none

Package Sidebar

Install

npm i shellout

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • maxogden