nodejsscript / s / exec
constexec:ExecFunction
Executes the given command.
The command to execute.
Silence and synchronous options.
Receives code and output asynchronously.
Returns an object containing the return code and output as string,
or if {async: true} or a callback was passed, a ChildProcess.