Skip to main content

cs

Macro cs 

Source
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.