pipex is a project from the 42 core curriculum that aims to deepen your understanding of Unix process handling, file descriptors, piping, and executing commands with execve.
The goal is to recreate a simplified shell pipeline such as:
< file1 cmd1 | cmd2 > file2