Macro shells::wrap_dash [] [src]

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

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