lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

nut-sendmail-notify (109B)


      1 #!/bin/sh
      2 
      3 /usr/sbin/sendmail root <<EOF
      4 From: root
      5 To: root
      6 Subject: UPS $NOTIFYTYPE Notification
      7 
      8 $1
      9 .
     10 EOF