mirror of https://github.com/mirror/busybox.git
examples: add a useful "see abridged log" script for ntpd service example
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_26_stable
parent
d2f4241d2e
commit
f6348e50ef
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd log/logdir || exit 1
|
||||
cat @* current | grep -v -eolder -esending -esockets -e'reply from.*offset' -executing | $PAGER
|
Loading…
Reference in New Issue