pub fn shell_command(command: &str) -> Command
Build a shell command for the current platform (sh -c on Unix, cmd /C on Windows).