]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/heredoc2.sub
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / heredoc2.sub
1 TEST=$(cat <<EOF | sort -u
2 abc
3 geh
4 def
5 abc
6 EOF
7 )
8
9 echo $TEST