pub(crate) fn run_cmd(program: &str, args: &[&str]) -> Result<()>
Run an arbitrary command, forwarding stdout/stderr. Fails if exit code != 0.