[][src]Function zamm::commands::run_command

pub fn run_command<I, S>(command: &str, args: I) -> String where
    I: IntoIterator<Item = S> + Clone,
    S: AsRef<OsStr> + Display

Run a command. Exits on failure.