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

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