ksh

Macro ksh 

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

Macro to execute the given command using the Korn Shell.