shells::ksh! [] [src]

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

Macro to execute the given command using the Korn Shell.