#!/bin/sh #$Header: /cygdrive/h/CVSROOT/www2/246/toys/mail/froms,v 1.1 2001/01/22 17:51:21 miura Exp $ # # froms - mailのfromを見続ける # # by Miurasoft SPOOL=/usr/spool/mail/$USER if [ -f /bin/quota ] then QUOTA=/bin/quota elif [ -f /usr/ucb/quota ] then QUOTA=/usr/ucb/quota elif [ -f /usr/sbin/quota ] then QUOTA=/usr/sbin/quota else QUOTA=/bin/true fi if [ -f /bin/ping ] then PING=/bin/ping elif [ -f /usr/etc/ping ] then PING=/usr/etc/ping elif [ -f /usr/sbin/ping ] then PING=/usr/sbin/ping else PING=/bin/true fi EQ=true EP=true while [ "$1" != "" ]; do case $1 in -h) cat </dev/null ) ; else echo 'no mail'; fi sleep 60 done