mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 10:31:00 +00:00
This was unnecessarily confusing. When we build up a chain of commands connected by pipes, we now store the file descriptors of each end of these pipes as rewirings in a vector. The rewirings are then put into effect by calls to dup2(). |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| GlobalState.h | ||
| LineEditor.cpp | ||
| LineEditor.h | ||
| main.cpp | ||
| Makefile | ||
| Parser.cpp | ||
| Parser.h | ||