Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
external
/
subpack
/
net
/
nut
/
files
/
nut-sendmail-notify
blob: f21e41e89accfdf13f00cb4f95e40526a35bb264 [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame
]
1
#!/bin/sh
2
3
{
4
exec
/
usr
/
sbin
/
sendmail root
<<
EOF
5
From
:
root
6
To
:
root
7
Subject
:
UPS $NOTIFYTYPE
Notification
8
9
$1
10
.
11
EOF
12
}
&