Default shell executable and its args as a single string (text)
static final defaultShellCommand = (isWindows ? 'cmd.exe /c' : 'sh -c');