wrap_dash

Macro wrap_dash 

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

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