function tee () { var s = es.through(); s.pipe(process.stdout, { end : false }); return s }