lambdacd.steps.shell

bash

(bash ctx cwd & optional-env-and-commands)
step that executes commands in a bash. arguments are the working-directory and at least one command to execute
returns stdout and stderr as :out value, the exit code as :exit and succeeds if exit-code was 0

kill

(kill was-killed-indicator proc ctx kill-cookie)