mirror of https://github.com/mirror/busybox.git
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd log/logdir || exit 1
|
||
|
cat @* current | $PAGER
|