Open AlaynaMonteiro opened 3 weeks ago
Thank you for opening this issue! A Maintainer will review it soon!
@AlaynaMonteiro Can I be assigned with this issue ?
@AlaynaMonteiro Is the issue available ?
!assign @anirudh-os 60
Can u assign me again ? @AlaynaMonteiro
This is how it should work like :
when creating processes from within the shell, create a
pipe
and attach the stdout of the current process to the write end of the pipe and stdin of the new process to the read end of the pipe. Take a look at how other shells implement it for reference.