mirror of
https://github.com/RGBCube/serenity
synced 2025-10-15 04:42:22 +00:00
![]() This patchset makes the shell capable of lazily resolving and executing sequences of commands, to allow for putting logical sequences in the background. In particular, it enables And/Or/Sequence nodes to be run in the background, and consequently unmarks them as `would_execute`. Doing so also fixes job control to an extent, as jobs are now capable of having 'tails', so sequences can be put in the background while preserving their following sequences. |
||
---|---|---|
.. | ||
builtin-redir.sh | ||
if.sh | ||
loop.sh | ||
sigpipe.sh | ||
special-vars.sh | ||
valid.sh |