5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd log/logdir || exit 1
|
||
|
cat @* current | $PAGER
|