wrap_bash

Macro wrap_bash 

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

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