Macro shells::bash [] [src]

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

Macro to execute the given command using the Bourne Again Shell.