wrap_ksh

Macro wrap_ksh 

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

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