Crate system

Source
Expand description

Cross-platform crate to easily run shell commands, similar to the C system function.

Traits§

System
Trait to allow for the creation of objects representing a shell commands.

Functions§

system
Run a shell command and return the ExitStatus.
system_output
Run a shell command, capture its output, and return the Output.