blob: f21e41e89accfdf13f00cb4f95e40526a35bb264 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3{
4exec /usr/sbin/sendmail root <<EOF
5From: root
6To: root
7Subject: UPS $NOTIFYTYPE Notification
8
9$1
10.
11EOF
12} &