sh

Macro sh 

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

Macro to execute the given command using the Posix Shell.