#!/bin/sh
# Four standard taillog windows:

tl /usr/local/apache1742/logs/access_log &
tl /usr/local/apache1742/logs/error_log &
tl /usr/local/apache/logs/access_log &
tl /usr/local/apache/logs/error_log &
