#!/usr/local/bin/bash

# Made by: M.Mastenbroek 2003
# For more info see http://machiel.generaal.net

cat /var/log/ppp.log | tail -10

exit 0


