Quote and escape a string so it can be safely passed as a single shell argument.
Declared in <common/system.h>
<common/system.h>
std::string ShellEscape(std::string const& arg);
The shell-escaped argument.