diff options
Diffstat (limited to 'testmail')
-rwxr-xr-x | testmail | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testmail b/testmail deleted file mode 100755 index 7941892e..00000000 --- a/testmail +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 |