en cours de gestion des signaux dans heredoc

This commit is contained in:
hugogogo
2021-11-18 13:29:57 +01:00
parent e715c09de1
commit c11c61ec5e
6 changed files with 43 additions and 9 deletions

View File

@@ -6,15 +6,12 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/04 05:59:26 by lperrey #+# #+# */
/* Updated: 2021/11/17 01:30:27 by lperrey ### ########.fr */
/* Updated: 2021/11/17 15:29:35 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
void close_fd(t_cmd *cmd);
void execute_cmd(char **envp, t_cmd **cmd_arr, t_all *c);
void shell_loop(t_all *c)
{
char *line_input;