group_cmd_execute: fork and passthrough to cmd_execute

This commit is contained in:
Khaïs COLIN 2025-04-04 19:52:29 +02:00
parent 425722801b
commit 8feacccb15
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
4 changed files with 51 additions and 1 deletions

View file

@ -0,0 +1,20 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* group_cmd_execute.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/04 19:42:36 by khais #+# #+# */
/* Updated: 2025/04/04 19:43:09 by khais ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef GROUP_CMD_EXECUTE_H
# define GROUP_CMD_EXECUTE_H
# include "../../minishell.h"
void group_cmd_execute(t_group_cmd *cmd, t_minishell *app);
#endif // GROUP_CMD_EXECUTE_H