/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* minishell_helpers.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: sede-san exit_status = 130; } bool handle_eof( char *line, t_minishell *minishell ) { if (line != NULL) return (false); if (isatty(STDIN_FILENO)) ft_putendl("exit"); minishell->exit = true; return (true); }