From c3a80da98846c21a5d3f32a91669d78774a0aa6a Mon Sep 17 00:00:00 2001 From: Graham Wilson Date: Mon, 30 Aug 2004 01:34:48 +0000 Subject: Move a handful of scripts (used for releases, testing, etc.) to dist-tools, so that they are not released in the tarball. svn path=/trunk/; revision=3934 --- testmail | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 testmail (limited to 'testmail') 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 - - <