Merge branch 'master' into maix/norminette

This commit is contained in:
Maix0 2024-04-30 14:23:56 +02:00 committed by GitHub
commit 43e276cc1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 114 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/28 14:41:15 by rparodi #+# #+# */
/* Updated: 2024/04/28 18:34:45 by maiboyer ### ########.fr */
/* Updated: 2024/04/29 15:07:54 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -27,6 +27,8 @@
# include <readline/readline.h>
# include <readline/history.h>
# define PATH_FILES "/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
typedef struct s_utils
{
t_str name_shell;