jos-felipe / minishell

This project is about creating a simple shell.
Apache License 2.0
0 stars 2 forks source link

redirect fix #64

Closed gfantonib closed 1 month ago

gfantonib commented 1 month ago

cmd: echo melvin > out

hypothesis: mini_manage_execve_fd function need to be called inside builtin context.