#!/bin/sh

# Season these variables to suit
logfiles="/var/log/messages /var/log/secure"
outputfile="/home/httpd/html/logs/index.html"


cat $logfiles | logtool > $outputfile



syntax highlighted by Code2HTML, v. 0.9.1