wrap_mksh

Macro wrap_mksh 

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

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