fn run_cmd<I, S>(program: &str, args: I) -> Result<()>where I: IntoIterator<Item = S>, S: AsRef<OsStr>,