wrap_sh

Macro wrap_sh 

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

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