Merge branch 'main' of github.com:mdev9/minishell

This commit is contained in:
2024-02-17 02:37:35 +01:00
4 changed files with 14 additions and 5 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/02/16 22:25:40 by tomoron ### ########.fr */
/* Updated: 2024/02/17 02:29:12 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -75,5 +75,6 @@ char **env_to_char_tab(t_env *env);
void handle_minishellrc(t_env *env);
t_cmd *handle_alias(t_cmd *cmd, t_env *env, t_alias *alias);
int cd(t_cmd *args);
int alias(t_cmd *args);
#endif