process_run_script
Execute multi-line shell scripts by writing them to temporary files and running them, returning structured JSON output with execution results including success status, return codes, and output streams.
Instructions
[process] Run a multi-line shell script. Writes to a temp file and executes it. Returns JSON with: success, returncode, stdout, stderr, truncated.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | ||
| timeout | No | ||
| cwd | No | ||
| interpreter | No |