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:
parent
64d60e5cdb
commit
dd67cfbe97
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue