]>
git.sthu.org Git - smailq.git/blob - mailq
3 # Copyright (c) 2013 Stefan Huber <shuber@sthu.org>
7 PROGNAME
=$
(basename $0)
11 List the mails in the mail queue by calling 'smailq --list'.
17 -h, --help Print this text
22 TEMP
=`getopt -o "h" --long "help" -n "$PROGNAME" -- "$@"`