diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-08 18:41:26 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-08 18:41:26 +0100 |
commit | c3896850f748c4cff3e2a950f6b31f17c25ca141 (patch) | |
tree | 52cf345b4c647b47f5c06917dad0a39bc224f478 /examples/var_service/tftpd/p_log | |
parent | 6528abeb6af88f40924c85e8cf05dad1d3ab88a5 (diff) |
add and example of tftpd service
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ +#!/bin/sh + +cd log/logdir || exit 1 +cat @* current | $PAGER |