summaryrefslogtreecommitdiffstats
path: root/tests/read4.sub
blob: 80bc9fca4805c2ad3808a3acf21107ff4d9f772b (plain)
1
2
3
4
while read -u 3 var
do
	echo "$var"
done 3<$0