summaryrefslogtreecommitdiff
path: root/Shell/Job.cpp
AgeCommit message (Expand)Author
2020-10-29Shell: Do not bail early when printing jobs if waitpid() failsAnotherTest
2020-10-26Shell: Implement AK::Formatter::format() for AST::CommandAnotherTest
2020-10-04Shell: Move everything to the Shell namespaceAnotherTest
2020-09-09Shell: Fix job control and backgroundingAnotherTest
2020-08-12Shell: Moves pipelined processes to one process groupAnotherTest
2020-08-06Shell: Move printing job status into a Job::print_status() helperAndreas Kling