mirror of
https://github.com/sheumann/hush.git
synced 2024-11-10 09:05:29 +00:00
f5c2f72917
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd log/logdir || exit 1
|
|
cat @* current | $PAGER
|