#!/bin/sh # # Create some Bugzilla statistics # if [ -d /var/www/html/bugzilla ] then cd /var/www/html/bugzilla || exit $? ./collectstats.pl || exit $? # ./whineatnews.pl || exit $? fi exit 0