view .shell.d/99.smailq-check.sh @ 504:1b863525992d

icargo: hacky tool to auto-run cargo for me
author Augie Fackler <raf@durin42.com>
date Sat, 24 Oct 2020 23:59:13 -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