#!/usr/bin/env bash

while read -r line; do
	echo "[read line] $line"
done < pipe
