docs(tools/bash): fix stale sh -c -> bash invocation note

feat 2d97401f changed the bash runner from sh to bash but
docs/tools/bash.md still said 'sh -c <cmd>'. Correct to 'runs via
bash'.
This commit is contained in:
iris 2026-07-02 14:10:11 +02:00 committed by mara
commit dd67cfbe97

View file

@ -11,7 +11,7 @@ invocation regardless of tool groups.
### `run(cmd, timeout_secs?, wait_seconds?, name?)`
Submit a shell command for background execution (`sh -c <cmd>`).
Submit a shell command for background execution (runs via `bash`).
Stdout and stderr stream to `harness/bash-tasks/<id>.{out,err}`.
When the task completes (or times out, or the process errors), the
harness fires a wake with `from: "bash-task-<id>"` and the exit code