Merge branch 'master' of git.chauvet.pro:starnakin/minishell
This commit is contained in:
commit
413d75b94c
@ -6,7 +6,7 @@
|
|||||||
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
|
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/02/14 13:45:30 by cchauvet #+# #+# */
|
/* Created: 2023/02/14 13:45:30 by cchauvet #+# #+# */
|
||||||
/* Updated: 2023/02/23 13:35:42 by erey-bet ### ########.fr */
|
/* Updated: 2023/02/23 13:37:39 by erey-bet ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ int print_export(t_list **head, int fd);
|
|||||||
/* CD */
|
/* CD */
|
||||||
int move_folder(char *path, int fd);
|
int move_folder(char *path, int fd);
|
||||||
/* UNSET */
|
/* UNSET */
|
||||||
int unset(t_list **env, char **args);
|
int unset(t_list **env, char **args, int fd);
|
||||||
|
|
||||||
typedef struct s_cmd
|
typedef struct s_cmd
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user