shells::dash! [] [src]

macro_rules! dash {
    ( $( $cmd:tt )* ) => { ... };
}

Macro to execute the given command using the Debian Almquist Shell.