diff options
Diffstat (limited to 'testmail')
-rwxr-xr-x | testmail | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testmail b/testmail new file mode 100755 index 00000000..7941892e --- /dev/null +++ b/testmail @@ -0,0 +1,10 @@ +#!/bin/sh +size=${1:-0} + +( +echo "This mail was generated on "`date`"." + +) | mail -s "${size}k test mail from process $$" esr@ccil.org + + <<EOF +EOF |