zsh

Macro zsh 

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

Macro to execute the given command using the Z Shell.