pub fn run_shell_command(cmd: &str) -> Result<String, Error>
Expand description

Runs the provided shell command, can return a CommandFail or other lower level errors (using failure)