fish

Macro fish 

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

Macro to execute the given command using the Fish Shell.