mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
c3896850f7
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
|