Execute unix shell commands with shelljs.
var shell = new (require('task-shell'))
shell.run(inputs, options, logger)Type: string
Unix shell command like cp -R stuff/* out/.
- 2014-04-08 0.1.0 Initial release.
Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

