Skip to main content

exec

Macro exec 

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

exec! runs the given command.

On error, terminates the current process nonzero.