pub fn run(command: String) -> Result<Output>
shell
Run sh -c <command> inheriting stdout/stderr. Returns the raw Output.
sh -c <command>
Output