5tarl0rd

Current Path : /usr/share/doc/ppp-2.4.5/scripts/
Upload File :
Current File : //usr/share/doc/ppp-2.4.5/scripts/plog

#!/bin/sh

if [ -s /var/log/ppp.log ]; then
  exec tail "$@" /var/log/ppp.log
else
  exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\['
fi

5tarL0rd By 5tarl0rd Being Anonymous