GIF89a;
Direktori : /proc/self/root/proc/self/root/usr/share/doc/ppp-2.4.5/scripts/ |
Current File : //proc/self/root/proc/self/root/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