summaryrefslogtreecommitdiff
path: root/Shell/Execution.h
AgeCommit message (Collapse)Author
2020-10-04Shell: Move everything to the Shell namespaceAnotherTest
Also provide a basic default-constructor.
2020-08-15Shell: Allow redirections and pipes on builtinsAnotherTest
Fixes #3072.
2020-05-17Shell: Switch to using Core::EventLoopAnotherTest
This commit refactors Shell to a Core::Object and switches its looping to Core::EventLoop.