<feed xmlns='http://www.w3.org/2005/Atom'>
<title>awwan/testdata/script_joinStatements_test.data, branch v0.9.0</title>
<subtitle>Configuration management software, scriptable shell with SSH support.</subtitle>
<id>http://git.kilabit.info/awwan/atom?h=v0.9.0</id>
<link rel='self' href='http://git.kilabit.info/awwan/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/'/>
<updated>2023-11-11T11:37:15Z</updated>
<entry>
<title>script: respect spaces when joining multi lines command</title>
<updated>2023-11-11T11:37:15Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-11-10T08:07:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=d8b7a4e509a641ea2949646c5a3577bc848fea30'/>
<id>urn:sha1:d8b7a4e509a641ea2949646c5a3577bc848fea30</id>
<content type='text'>
If a multi lines command does not have spaces or have multiple
spaces, join them as is.
For example,

a\
b

should return the value as "ab", while

a \
 b

should return "a  b".
</content>
</entry>
</feed>
