Execution Options :
* via shell binary
* via `Java Exec` (ie parsing and passing the args to Java Exec)
## Shell supported:
The doc must have a unit with the following format.
### Bash
The code is executed with `bash -c` (default)
```xml
echo $HOME
Whatever
```
### Dos
```xml
echo ^
%HOME%
Whatever
```