exec-sh
Features
Showcase
// JavaScript
execSh("echo hello exec-sh && bash", { cwd: "/home" }, function(err){
if (err) {
console.log("Exit code: ", err.code);
}
});Usage
Promise Interface
Public API
execSh(command, [options], [callback])
execSh(command, [options], [callback])Private API
Code Coverage
Scripts
License
Last updated

