commit | f5c2f72917e5f75634665f67a6105e1e82ece875 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Nov 08 00:55:39 2009 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Nov 08 00:55:39 2009 +0100 |
tree | e1c6a85ae214ad33d4bf38e03f0a3548ad1525f6 | |
parent | 44f8d013994c20a53836a8768bd488130c7df9bc [diff] [blame] |
add more service examples Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/examples/var_service/ftpd/p_log b/examples/var_service/ftpd/p_log new file mode 100755 index 0000000..a2521be --- /dev/null +++ b/examples/var_service/ftpd/p_log
@@ -0,0 +1,4 @@ +#!/bin/sh + +cd log/logdir || exit 1 +cat @* current | $PAGER