chiark / gitweb /
2f1bd46971ca7829a302307e720b51c8b2e32630
[post-pizza-notify.git] / via-email
1 #!/bin/sh
2 rcpt="$1"
3 msg="$2"
4 ssh -vt ijackson@tunnel.chiark.greenend.org.uk \
5  /usr/lib/sendmail -oem -odb -oi -t <<END
6 To: $rcpt
7 Subject: $msg
8
9 $msg
10
11 -- 
12 $PIZZANOTIFY_name using the post-pizza notify.git script
13 END