view .shell.d/99.smailq-check.sh @ 521:6cc5a0550281

tools: port hg utility scripts to python 3
author Augie Fackler <raf@durin42.com>
date Thu, 14 Jul 2022 14:09:04 -0400
parents 6eb4b38fa1ce
children
line wrap: on
line source

if [ "$(smailq --list)" != "0 mails in the queue." ] ; then
    echo "Warning: queued messages in smailq!"
fi