Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
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
}
&