aboutsummaryrefslogtreecommitdiff
path: root/tests/aux/mailer
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aux/mailer')
-rwxr-xr-xtests/aux/mailer7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/aux/mailer b/tests/aux/mailer
new file mode 100755
index 0000000..f832ff5
--- /dev/null
+++ b/tests/aux/mailer
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+exec >${1:?}
+shift
+echo $*
+cat -
+

Return to:

Send suggestions and report system problems to the System administrator.