Macro sh::sh

source ·
macro_rules! sh {
    ($($stream:tt)*) => { ... };
}
Expand description

Similar to the lower-level cmd macro that also executes the commands in order.