Pushing ohter sep
This commit is contained in:
parent
a07e35afb1
commit
713f0f0302
5 changed files with 68 additions and 9 deletions
20
sources/exec/separator/simple_cmd.c
Normal file
20
sources/exec/separator/simple_cmd.c
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* simple_cmd.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/12 19:13:42 by rparodi #+# #+# */
|
||||
/* Updated: 2024/05/12 19:14:19 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "separator.h"
|
||||
|
||||
t_error ft_command_exec(t_node *node, t_i32 *ret_value)
|
||||
{
|
||||
printf("execve : %s\n", node->single_str);
|
||||
|
||||
return (NO_ERROR);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue