shells::wrap_ksh! [] [src]

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

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