Expand description
Macros for writing shell scripts in Rust.
Macros§
Structs§
- Arg
- Cmd
- A single command, or process with arguments, to be run.
- Cmdline
- A command line consisting of multiple commands piped together.
- Script
- A script consisting of multiple command lines.