Back to Chezmoi

`shellQuote` *string*

assets/chezmoi.io/docs/reference/templates/functions/shellQuote.md

2.72.0169 B
Original Source

shellQuote string

shellQuote returns string quoted for POSIX shells.

!!! example

```
#!/bin/sh

command {{ shellQuote "$untrustedArg" }}
```