macro_rules! tcsh { ( $( $cmd:tt )* ) => { ... }; }
Macro to execute the given command using the TENEX C Shell.