Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
ppp-2.4.4
/
scripts
/
Upload File :
New :
File
Dir
//proc/self/root/usr/share/doc/ppp-2.4.4/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