pub fn run(
name: &str,
config: &Config,
args: &[&str],
) -> Result<ExitStatus, RunError>Expand description
Run a certain script with additional args.
This function spawns a new process that executes the script with
the given args. It will block until that process exits.