bin/mutt-md2html

Fri, 06 May 2022 22:03:51 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 06 May 2022 22:03:51 -0500
changeset 992
4e3e37ce84bc
parent 931
55c477df9d1b
permissions
-rwxr-xr-x

Switch stubexec to self-invoke

#!/bin/sh
exec pandoc \
  --quiet \
  --standalone \
  -f markdown-blank_before_blockquote+smart \
  -t html5 \
  --self-contained \
  --template=mail \
  --highlight-style=monochrome \
  --email-obfuscation=none \
  "$@"

mercurial