Files
lush/testes
Cormac Shannon d0181e685d Implement piping between commands in backtick syntax (issue #06)
Add split_pipeline() to split command strings on unquoted | and
exec_pipeline() to fork N children connected by inter-stage pipes.
Only the last stage's stdout/stderr are captured; middle stages'
stderr is inherited. Exit code comes from the last stage.
2026-03-01 22:17:30 +00:00
..
2025-07-15 14:40:27 -03:00
2025-04-23 11:36:09 -03:00
2025-06-13 14:08:38 -03:00
2025-03-13 15:30:52 -03:00
2025-08-09 15:08:53 -03:00
2025-03-12 13:52:35 -03:00
2025-07-18 16:10:28 -03:00