ladybird/Shell
AnotherTest c23c354779 Shell: Parse and correctly evaluate 'command &' and 'command &&'
This commit adds the InBackground and ShortCircuitOnFailure attributes
to commands, which respectively cause the command to be run in the
background, and abort the command chain with exit status != 0.
2020-05-25 00:08:32 +02:00
..
CMakeLists.txt Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Job.h Shell: Add the `disown' shell builtin 2020-05-25 00:08:32 +02:00
main.cpp LibLine: Unify completion hooks and adapt its users 2020-05-20 13:41:37 +02:00
Parser.cpp Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Parser.h Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Shell.cpp Shell: Parse and correctly evaluate 'command &' and 'command &&' 2020-05-25 00:08:32 +02:00
Shell.h Shell: Kill existing jobs when exiting 2020-05-25 00:08:32 +02:00