mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 23:18:46 +02:00
「🔨」 fix(exec): fds for non-forked cmds
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/06/22 13:05:18 by adjoly #+# #+# */
|
||||
/* Updated: 2024/07/17 01:30:12 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/07/18 14:31:31 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -21,7 +21,7 @@ void ft_pwd(void);
|
||||
|
||||
void ft_cd(t_env *env, char *args);
|
||||
|
||||
void ft_echo(char **args);
|
||||
void ft_echo(char **args, int fd);
|
||||
|
||||
char *ret_cwd(void);
|
||||
|
||||
@ -37,6 +37,6 @@ char **env_get_list(t_env *env);
|
||||
void add_to_env(char *name, char *content, t_env *env);
|
||||
int check_export_input(char *input);
|
||||
unsigned int ft_arraylen(char **s);
|
||||
void ft_export(char **args, t_env *env);
|
||||
void ft_export(char **args, t_env *env, int fd);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user