defaultShellCommand property

String defaultShellCommand
final

Default shell executable and its args as a single string (text)

Implementation

static final defaultShellCommand = (isWindows ? 'cmd.exe /c' : 'sh -c');