1
0
mirror of https://github.com/KeyZox71/ft_minipowershell.git synced 2025-05-13 16:08:45 +02:00

🏗️」 wip(exec/exec_cmd): fixing redirections with builtins

This commit is contained in:
y-syo
2024-07-18 14:28:19 +02:00
parent fb7f5bdbef
commit a401068e3c
5 changed files with 31 additions and 16 deletions

View File

@ -3,15 +3,16 @@
/* ::: :::::::: */
/* run_checks.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/18 13:30:27 by adjoly #+# #+# */
/* Updated: 2024/07/18 13:31:33 by adjoly ### ########.fr */
/* Updated: 2024/07/18 14:01:24 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
#include "parsing.h"
#include "error_msg.h"
#include <stdio.h>
#include <readline/history.h>
bool run_checks(char *rl)