Skip to content

Commit

Permalink
Fix #376: describe shell limitations with run/task stanzas
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 22, 2023
1 parent d5a9576 commit 7ff7f93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,11 +668,14 @@ also the `--quiet` and `--batch` options.
One-shot like 'run', but starts in parallel with the next command.

Both `run` and `task` commands are run in a shell, so pipes and
redirects can be freely used:
Both `run` and `task` commands are run in a shell, so basic pipes and
redirects can be used:

task [s] echo "foo" | cat >/tmp/bar

Please note, `;`, `&&`, `||`, and similar are *not supported*. Any
non-trivial constructs are better placed in a separate shell script.


### SysV Init Scripts

Expand Down

0 comments on commit 7ff7f93

Please sign in to comment.