wildcards

This commit is contained in:
2024-04-15 18:55:52 +02:00
parent 2862f6bab5
commit 5ab0c197ce
4 changed files with 69 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/04/13 12:56:12 by tomoron ### ########.fr #
# Updated: 2024/04/15 16:41:54 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -32,6 +32,7 @@ SRCS_RAW = main.c\
input_redirections.c\
output_redirections.c\
builtins.c\
wildcards.c\
commands.c\
pipe.c\
utils.c\