Files
hearth/legacy/helper/posix-shell/quote.sh
T

2 lines
69 B
Bash

quote() { printf "'%s'" "$(printf %s "$1" | sed "s/'/'\\\\''/g")"; }