#!/bin/sh
### 
# This shell script is called by cron (daily) to build the stats pages for
# every virtual host of vectorstar.net.
##

cd /usr/local/apache/logs/tmp
../../bin/split-logfile <../master.log
/usr/local/analog-4.13/makelogs
rm -rf *.log
