thomasleese / smartbot

A supposedly smart IRC bot. (I now use Hubot...)
MIT License
2 stars 5 forks source link

Add tee plugin #17

Closed Cyanogenoid closed 10 years ago

Cyanogenoid commented 10 years ago

This can be used to print intermediate results in a pipe.

Example: echo foo | tee | crypto b64 encode | tee | sendto bar produces

foo Zm9v bar: Zm9v