Macro tinyrick::shell_mut

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

Hey stupid, avoid shell commands whenever possible! Executes the given program with the given arguments. Returns the command object.