summaryrefslogtreecommitdiffstats
path: root/tests/heredoc2.sub
blob: 7e97ed80b1b0832466dcce4c128983ec92ed3ef2 (plain)
1
2
3
4
5
6
7
8
9
TEST=$(cat <<EOF | sort -u
abc
geh
def
abc
EOF
)

echo $TEST