chiark / gitweb /
Sync with the version I use at work.
[bin.git] / mordja-zip
1 #! /bin/sh -e
2
3 # Usage: mordja to-address subject file
4
5 export PATH=/usr/bin:/bin
6
7 cd ~/afe/daemons/mordja
8 { echo '-- '; cat .signature; } | mutt -F .muttrc -s "Re: $2" "$1" -a "$3"
9