]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/read4.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / read4.sub
CommitLineData
7117c2d2
JA
1while read -u 3 var
2do
3 echo "$var"
4done 3<$0