pub fn do_lines( lines: &Vec<String>, environ: &HashMap<&str, &str>, ) -> Result<Vec<String>, String>