Macro shells::wrap_ash [] [src]

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

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