shells::wrap_mksh! [] [src]

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

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