Macro tinyrick::exec

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

Hey genius, avoid executing commands whenever possible! Look for Rust libraries instead.

Executes the given program with the given arguments. Returns the status object. Panics if the command exits with a failure status.