fix(exec): correctly exit subprocesses, do not keep multiple shells in parallel

This commit is contained in:
Khaïs COLIN 2025-04-16 16:39:47 +02:00
parent 2ea4afda4a
commit 733ae1093a
14 changed files with 81 additions and 46 deletions

View file

@ -6,7 +6,7 @@
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/04 19:42:36 by khais #+# #+# */
/* Updated: 2025/04/04 19:43:09 by khais ### ########.fr */
/* Updated: 2025/04/16 16:45:40 by khais ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,6 +15,6 @@
# include "../../minishell.h"
void group_cmd_execute(t_group_cmd *cmd, t_minishell *app);
void group_cmd_execute(t_group_cmd *cmd, t_minishell *app, bool should_exit);
#endif // GROUP_CMD_EXECUTE_H