e

Macro e 

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

Execute a shell command and return the output Any error results in a panic!