[FIX] wait all programs to end before prompting

This commit is contained in:
mcolonna 2024-04-26 14:23:37 +02:00
parent 581dad0146
commit 3a85b1a195
2 changed files with 13 additions and 3 deletions

View file

@ -6,7 +6,7 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
/* Updated: 2024/04/26 12:33:20 by mcolonna ### ########.fr */
/* Updated: 2024/04/26 14:21:43 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */
@ -22,6 +22,7 @@
# include <fcntl.h>
# include <stdlib.h>
# include <strings.h>
# include <sys/wait.h>
# include "libft.h"
# include "libtf.h"