aliases done

This commit is contained in:
mdev9
2024-02-18 17:02:38 +01:00
parent cec4e7a3a3
commit e126456b49
4 changed files with 40 additions and 10 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/06 20:46:19 by tomoron #+# #+# */
/* Updated: 2024/02/17 04:34:24 by tomoron ### ########.fr */
/* Updated: 2024/02/18 16:31:52 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -53,5 +53,3 @@ char *ft_get_alias(t_alias *alias, char *name)
}
return (0);
}