chiark / gitweb /
wip, nearly working
[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