pub fn escape_shell_variables(string: &str) -> String
Expand description

Escape $variable into $$variable for evaluation by shellexpand.