Macro spawn

Source
macro_rules! spawn {
    { $cmd:expr } => { ... };
    { $cmd:expr, $($arg:expr),+ } => { ... };
}
Expand description

Helper for spawning external processes and ignoring the output