README.md - teed - A multiplex relay tee(1) daemon. | |
git clone git://bitreich.org/teed git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
README.md (166B) | |
--- | |
1 # Tee Daemon | |
2 | |
3 ## HowTo | |
4 | |
5 % ./teed & | |
6 % socat unix:out - & | |
7 % echo aaa | socat - unix:in | |
8 | |
9 ## Bugs | |
10 | |
11 Please send them to: | |
12 | |
13 Christoph Lohmann <[email protected]> | |
14 | |
15 Have fun! | |
16 |