multiple-lines.ion 161 B

123456789101112131415161718
  1. echo \
  2. one two \
  3. three
  4. echo "one two
  5. three four
  6. five"
  7. echo "one two'
  8. three"
  9. echo 'one two"
  10. three'
  11. echo "one two \
  12. three four \
  13. five six"