bash

Macro bash 

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

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