X-Git-Url: https://projects.mako.cc/source/muttjump/blobdiff_plain/ea9f6989b42d289af2da02c412d53fb532e4a908..cc49e69737acb1ce39f5e0cbbc393cae63aff8ba:/muttjump diff --git a/muttjump b/muttjump index e7b5cdb..07859c9 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 <