Function rarity::command::execute_unix_command

source ยท
pub fn execute_unix_command(cmd: &str) -> Result<ExitStatus>
Expand description

Executes a Linux/macOS command with a Result of ExitStatus.