Macro tinyrick::shell

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

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