Execution Options :
- via shell binary
- via
Java Exec(ie parsing and passing the args to Java Exec)
The doc must have a unit with the following format.
The code is executed with bash -c (default)
<unit envHOME="Whatever">
<file lang path/to/File>
</file>
<code bash>
echo $HOME
</code>
<console>
Whatever
</console>
</unit><unit envHOME="Whatever">
<file lang path/to/File>
</file>
<code dos>
echo ^
%HOME%
</code>
<console>
Whatever
</console>
</unit>