pub fn quote(s: &str) -> String
Quote a string for use in a shell command. This wraps the string in single quotes and escapes any existing single quotes.