mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-11 23:18:46 +02:00
「🏗️」 wip(exec/get_path): can get all files in path, only printing for now.
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
# include <readline/readline.h>
|
||||
# include <stdlib.h>
|
||||
# include <stdint.h>
|
||||
# include <sys/types.h>
|
||||
# include <sys/stat.h>
|
||||
# include <unistd.h>
|
||||
# include <dirent.h>
|
||||
# include "libft.h"
|
||||
|
||||
# include "parsing.h"
|
||||
|
Reference in New Issue
Block a user