Macro shells::sh [] [src]

macro_rules! sh {
    ( $( $cmd:tt )* ) => { ... };
}

Macro to execute the given command using the Posix Shell.