pub type Dash = Sh;
Dash accepts the same quoted/escaped strings as /bin/sh – indeed, on many systems, dash is /bin/sh – hence this is an alias for Sh.
/bin/sh
dash
Sh
pub struct Dash;