Function mozdevice::shell::escape

source ·
pub fn escape(input: &str) -> String
Expand description

Escapes a string so it will be interpreted as a single word by the UNIX Bourne shell.

If the input string is empty, this function returns an empty quoted string.