Run from the command line as follows
~/bin/liststatus.sh openejb dev | sendmail -it
Run from cron as follows
0 0 * * * $HOME/bin/liststatus.sh openejb dev | /usr/sbin/sendmail -it
liststatus.sh
Labels
Run from the command line as follows
~/bin/liststatus.sh openejb dev | sendmail -it
Run from cron as follows
0 0 * * * $HOME/bin/liststatus.sh openejb dev | /usr/sbin/sendmail -it