chiark / gitweb /
Make almost everything executable.
[bin.git] / mordja
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 { cat "$3"; echo '-- '; cat .signature; } | mutt -F .muttrc -s "Re: $2" "$1"
9