wrap_ash

Macro wrap_ash 

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

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