matz / streem

prototype of stream based programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tee

mattn opened this issue · comments

commented

I want tee. (not tea)

stdin | tee | sock

or

stdin | tee stdout | sock

Streem does not need tee.

stdin | sock
stdin | stdout

will print input lines to both socket and stdout.