aboutsummaryrefslogtreecommitdiff
path: root/tests/etc/nullmail
blob: 55220a6d67f91fd355398afec0fffdcef04fe8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

out=${1:-/dev/null}
shift

echo $* >> $out
echo "=========" >> $out
cat - >> $out
echo "========="
echo ""
exit 0

Return to:

Send suggestions and report system problems to the System administrator.