`args "-c", "echo 'hello from your shell'"` That's...
# gradle
j
args "-c", "echo 'hello from your shell'"
That's valid, because
'hello from your shell'
is not interpreted by the shell. It's interpreted by echo.