macro_rules! sh {
($($args:tt)*) => { ... };
}Expand description
The sh! macro - alias for cmd!
This is an alternative name for cmd! that some users may find
more intuitive for shell command execution.
macro_rules! sh {
($($args:tt)*) => { ... };
}The sh! macro - alias for cmd!
This is an alternative name for cmd! that some users may find
more intuitive for shell command execution.