macro_rules! exec {
($p : expr $(, $a:expr)* $(,)?) => { ... };
}Expand description
exec! runs the given command.
On error, terminates the current process nonzero.
macro_rules! exec {
($p : expr $(, $a:expr)* $(,)?) => { ... };
}exec! runs the given command.
On error, terminates the current process nonzero.