macro_rules! e { ($($cmd:tt)*) => { ... }; }
Execute a shell command and panic on error
let output = e!("echo Hello");