linuxOS_AP05/debian/ubuntu-build-service/buster-desktop-arm64/binary/usr/bin/plog

8 lines
146 B
Plaintext
Raw 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