<p> | |
<b>SHELL</b> allows overriding the default shell used for the shell form of commands. The JSON format is required: ["executable", "parameters"]. On Linux, the default is: ["/bin/sh", "-c"] whereas on Windows it is ["cmd", "/S", "/C"]. | |
</p> | |
<br/> | |
<p> | |
<pre> | |
SHELL ["powershell", "-command"] | |
</pre> | |
</p> |