X-Git-Url: https://projects.mako.cc/source/muttjump/blobdiff_plain/ea9f6989b42d289af2da02c412d53fb532e4a908..9f2de58225300e4aaeb5d09753af3cf6d67b6a8c:/muttjump diff --git a/muttjump b/muttjump index e7b5cdb..dd72034 100755 --- a/muttjump +++ b/muttjump @@ -54,6 +54,10 @@ function die () { exit 1 } +function quote () { + echo \'${1//\'/\'\\\'\'}\' +} + # Check command-line arguments and STDIN if tty -s || [ $# -ne 0 ] ; then cat >&2 <