0.0.16 • Published 11 years ago

execcommand v0.0.16

Weekly downloads
1
License
NYSL, BSD-3-Claus...
Repository
github
Last release
11 years ago

execCommand NPM version

A very simple wrapper for executing a system command in NodeJS, synchronously!

The wrapper is using https://github.com/hecomi/node-execsync.

Example

var execCommand = require("execCommand.js");
var command = execCommand("cat /sys/class/thermal/thermal_zone0/temp");
console.log(command);
0.0.16

11 years ago

0.0.15

11 years ago

0.0.14

11 years ago

0.0.13

11 years ago

0.0.12

11 years ago

0.0.11

11 years ago

0.0.1

11 years ago