open-consul/website/source/intro
Zhou Zheng Sheng 0a2a6e570a Website: Delete the unnecessary backslash at the end shell command line
Shell thinks '\<newline>' as line continuation only when it's unquoted
or in double quotes. It's not necessary to manually mark '\<newline>'
in single quotes, because when shell sees the a single quote starts, it
continues the line automatically until it sees the matching single quote
ends.

Thus,
echo 'a\
  b'
would give the following output
a\
  b

And
echo 'a
  b'
gives the following output
a
  b

Since we don't want to leave backslashes in the resulting json files, we
should remove the line continuation backslashes inside single quotes.
2015-07-07 11:27:47 +08:00
..
getting-started Website: Delete the unnecessary backslash at the end shell command line 2015-07-07 11:27:47 +08:00
vs Website: cleanup for intro/vs/zookeeper.html. 2015-03-12 15:50:13 -04:00
hashicorp-ecosystem.html.markdown ampersand 2015-04-20 16:30:19 -07:00
index.html.markdown Website: revert changes to 'data center' from 'datacenter' 2015-02-19 17:32:31 -05:00