bash-workflow-handler
bash-workflow-handler copied to clipboard
fix xmlEncode and concat sed command
- fix ' Otherwise, you get
<?xml version="1.0"?>
<items>
<item uid="uid'" arg="arg'" valid="valid" autocomplete="autocomplete">
<title>title'</title>
<subtitle>subtitle'</subtitle>
<icon>icon.png'</icon>
</item>
</items>
extra ' is added to each item
- should add /g for sed
- faster to concatenate sed commands