barbayjuliette / minishell

minishell project 42
0 stars 0 forks source link

Pipes #7

Open barbayjuliette opened 10 months ago

barbayjuliette commented 10 months ago

Implement pipes (| character). The output of each command in the pipeline is connected to the input of the next command via a pipe