Closed
Description
Expected result:
$ cat <<EOF > test.txt
heredoc> first line
heredoc> second line
heredoc> third line
heredoc> EOF
$ scw _userdata alpine [email protected]
test
$ scw _userdata alpine test
first line
second line
thirt line
$
Expected result:
$ cat <<EOF > test.txt
heredoc> first line
heredoc> second line
heredoc> third line
heredoc> EOF
$ scw _userdata alpine [email protected]
test
$ scw _userdata alpine test
first line
second line
thirt line
$