macro_rules! cs {
($($args:tt)*) => { ... };
}Expand description
The cs! macro - alias for cmd!
Short for “command-stream”, this provides another alternative for shell command execution.
macro_rules! cs {
($($args:tt)*) => { ... };
}The cs! macro - alias for cmd!
Short for “command-stream”, this provides another alternative for shell command execution.