Skip to content
GitLab
Explore
Sign in
Allow executing process in scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Waqar Ahmed
requested to merge
work/script-exec
into
master
Oct 11, 2022
Overview
12
Commits
1
Pipelines
4
Changes
3
Expand
Two new functions are introduced:
execSync(name, args)
exec(name, args, callback(exitCode, stdout, stderr));
Merge request reports
Loading