#!/bin/sh

# I need a program that does nothing because ever since the security
# tightening on UGCS I can't access my crontab to delete the entry that
# runs this script (which used to be a web stats analyzer).

echo blah > /dev/null
exit 0
