mk_quote — Quote string for the shell
mk_quote str
mk_quote
str
Quotes str so that it can be safely reinterpreted by the shell and sets result to the result.
result
# Sets result to: 'hello '\'' world' mk_quote "hello ' world"