bigstats  (c) 1999 Andy root@slack.slackmaster
--------

AEon: "This script is for Linux and Half-Life.
       I just provide this script as is, I do *not* support it!"

Support email:  root@slack.slackmaster (Andy)


SCRIPT + TEXT EXPLANATION

Here is that Linux code I was writing you about for your user script drawer

This is a script I run as a cron job to automate AEstats. Slackware4 is libc5
I call this script "bigstats" and it is in the aestats folder. The paths need
to be adjusted for each server and the script needs to have the proper
chmod...I set it to 777 which is not safe...I think 711 is more appropriate

#!/bin/sh
cd /aestats
/aestats/preAEs -hl /hl/valve/logs/*.log
/aestats/AEstats /hl/valve/logs/hl.mlg 

then by doing a crontab -e I added the following cron job which runs at 31
minutes after each hour

# HL cron job for aestats
31 * * * *      /aestats/bigstats  


hope this helps a bit

Andy
root@slack.slackmaster