pipe sur redirection ne marche toujours pas

This commit is contained in:
hugogogo
2021-10-20 09:42:26 +02:00
parent f8c23f85b4
commit e08ceeaffe
3 changed files with 34 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:35:52 by lperrey #+# #+# */
/* Updated: 2021/10/19 23:59:00 by hulamy ### ########.fr */
/* Updated: 2021/10/20 09:11:41 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -25,6 +25,8 @@ typedef struct s_cmd
char **argv;
pid_t pid;
void *builtin;
int pipe_in;
int pipe_out;
int fd_redirect;
int fd_in;
int fd_out;