Pushing ohter sep

This commit is contained in:
EniumRaphael 2024-05-13 12:48:23 +02:00
parent a07e35afb1
commit 713f0f0302
5 changed files with 68 additions and 9 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/05/12 16:00:33 by rparodi #+# #+# */
/* Updated: 2024/05/12 16:21:34 by rparodi ### ########.fr */
/* Updated: 2024/05/12 19:13:26 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -21,13 +21,6 @@
#include "minishell.h"
#include "me/string/str_clone.h"
t_error ft_command_exec(t_node *node, t_i32 *ret_value)
{
printf("execve : %s\n", node->single_str);
return (NO_ERROR);
}
t_error semicolon_exec(t_node *first, t_node *second, t_i32 *ret_value)
{
if (!first && !second)