stdin package:conduino

Source from stdin, yielding bytestrings as they are drawn. If you want to retrieve each line as a string, see stdinLines.
Source from each line received from stdin. This stops as soon as end-of-file is reached, or an empty line is seen.