added alias struct

This commit is contained in:
mdev9
2024-02-17 02:32:28 +01:00
parent 4340621705
commit 22b79aa45f
4 changed files with 14 additions and 5 deletions

18
srcs/alias.c Normal file
View File

@ -0,0 +1,18 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* alias.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/16 23:16:07 by marde-vr #+# #+# */
/* Updated: 2024/02/17 02:23:21 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
void alias(t_cmd *args)
{
}