macro_rules! shell_stdout_utf8 {
    ($p : expr, $($a : expr),*) => { ... };
}
Expand description

Hey stupid, avoid shell commands whenever possible! Executes the given program with the given arguments. Returns the complete stdout string. Panics if the command exits with a failure status.