nodejs-system-reboot
v0.0.4
Published
Reboot computer with nodejs (iOS/Linux)
Readme
reboot
iOS/Linux reboot.
Install
$ npm install --save rebootUsage
var reboot = require('nodejs-system-reboot');
reboot( function (err, stderr, stdout) {
if(!err && !stderr) {
console.log(stdout);
}
});CLI
$ npm install --global reboot$ rebootLicense
MIT © HernanMateoRosales
