# Packages
No description provided by the author
# Functions
ArgsQuoted concatenates a slice of string shell args, quoting each item.
Escape performs escaping of shell double quotes, backticks and $ characters.
EscapeQuotes performs shell escaping of double quotes only.
EscapeSingleQuotes performs shell escaping of single quotes only.