linuxOS_AP05/debian/test/usr/bin/plog

8 lines
146 B
Plaintext
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
#!/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