#! /bin/sh if [ "$1" ]; then ID="$1" else echo "Usage: $0 email" >&2 exit 1 fi wget -Y off -O - -q "http://status.mail.ru/?$ID" | xli stdin