pub fn shell_env( env: &[(&str, &str)], cwd: &Path, cmd: &str, args: &[&str], ) -> Result<(), String>