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