tcsh

Macro tcsh 

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

Macro to execute the given command using the TENEX C Shell.