pub async fn execute_script( command_line: &str, wd: PathBuf, env: &mut HashMap<String, String>, ) -> Result<(ExitStatus, String, String)>