All pastes #2120409 Raw Edit

Anonymous

public text v1 · immutable
#2120409 ·published 2012-02-21 12:31 UTC
rendered paste body
$ while read -d '' testData <<EOT
?> test1
?> test2 hej
?> EOT
?> do echo ""; done
$ echo $testData
test1 test2 hej