shells::wrap_bash! [] [src]

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

Macro to execute the given command using the Bourne Again Shell and wraping the resulting tuple into a Result.