#!/bin/sh
echo $* | mail -s "$0 usage attempt" root@localhost >&/dev/null
echo "bash: $0: Permission denied" >&2
