Skip to main content

Module shell

Module shell 

Source
Expand description

run_shell: execute a command in the workspace.

Uses /bin/sh -c so the model can write idiomatic one-liners (pipes, redirects, etc.). Stdout and stderr are captured and returned together.

Structsยง

RunShell