pub fn execute_cmd<I, S>(program: &Path, args: I) -> Option<String>where I: IntoIterator<Item = S>, S: AsRef<OsStr>,