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