#!/bin/sh if [ -x ${HOME}/private/bin/mbox2html ]; then ${HOME}/private/bin/mbox2html "$@" else echo "mbox2html has moved to the ots-tools repository:" echo "" echo "https://code.librehq.com/ots/ots-tools/-/blob/main/mbox2html" fi