mirror of
https://git.busybox.net/busybox
synced 2025-07-03 22:11:30 +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
|