Skip to content

Allow executing process in scripts

Waqar Ahmed requested to merge work/script-exec into master

Two new functions are introduced:

  • execSync(name, args)
  • exec(name, args, callback(exitCode, stdout, stderr));

Merge request reports