mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
4 lines
131 B
Bash
Executable file
4 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd log/logdir || exit 1
|
|
cat @* current | grep -v -eolder -esending -esockets -e'reply from.*offset' -executing | $PAGER
|