Your IP : 216.73.216.244


Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/snap/core/current/usr/bin/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/snap/core/current/usr/bin/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