7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
|
#! /bin/sh
|
||
|
# UPS notify script.
|
||
|
|
||
|
/bin/mail -s "$UPSNAME: $NOTIFYTYPE" admin <<END
|
||
|
$*
|
||
|
END
|