shellQuote string
shellQuote returns string quoted for POSIX shells.
Example
#!/bin/sh
command {{ shellQuote "$untrustedArg" }}
shellQuote stringshellQuote returns string quoted for POSIX shells.
Example
#!/bin/sh
command {{ shellQuote "$untrustedArg" }}