Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 296 Bytes

sh: Command-running macro

sh is a macro for running external commands. It provides functionality to pipe the input and output to variables as well as using rust expressions as arguments to the program.

cmd is the lower-level macro, returning a QCmd vector that can be manually spawned.