#!/bin/bash

#
# Squidwatch v42.75 Matt Keadle
# Is it worth it to attach your name to a two line shell script? Habbit.
##########################################################################

clear
tail -F /var/log/squid/access.log | awk '{print $3 "\t" $7}'
