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