working on execution

This commit is contained in:
mdev9
2024-02-21 19:16:41 +01:00
parent c1ed9b355d
commit 1914c9253a
2 changed files with 74 additions and 6 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/02/21 17:43:17 by marde-vr ### ########.fr */
/* Updated: 2024/02/21 19:13:47 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -57,6 +57,7 @@ typedef struct s_msh
struct s_alias *aliases;
struct s_env *env;
struct s_cmd *cmds;
int *fds;
} t_msh;
extern int g_return_code;