pub fn run_script_in( script: &Value, notify: bool, cwd: Option<&Path>, ) -> Result<()>
Runs a script, executing each command in cwd when provided (otherwise in the process’s current directory).
cwd