hééééhééééééhééhéééhéééééhéééhé

This commit is contained in:
2024-03-25 12:42:23 +01:00
parent b25a87953b
commit eb5f2bd32e
11 changed files with 13 additions and 284 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/05 18:17:25 by marde-vr #+# #+# */
/* Updated: 2024/03/24 09:09:25 by marde-vr ### ########.fr */
/* Updated: 2024/03/25 12:36:14 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -32,8 +32,6 @@ void execute_command(t_msh *msh, char **cmd_args, int i)
char **env;
if (msh->cmds->token && (!ft_strcmp(msh->cmds->token, "cd")
|| !ft_strcmp(msh->cmds->token, "alias")
|| !ft_strcmp(msh->cmds->token, "unalias")
|| !ft_strcmp(msh->cmds->token, "exit") || exec_builtin(msh)))
{
while (i >= 0)