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