mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 23:31:39 +00:00
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd log/logdir || exit 1
|
||
|
cat @* current | $PAGER
|