diff options
Diffstat (limited to 'examples/var_service/tftpd/p_log')
-rwxr-xr-x | examples/var_service/tftpd/p_log | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/var_service/tftpd/p_log b/examples/var_service/tftpd/p_log new file mode 100755 index 000000000..a2521be05 --- /dev/null +++ b/examples/var_service/tftpd/p_log | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | cd log/logdir || exit 1 | ||
4 | cat @* current | $PAGER | ||