You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
narnaud
7229dc5996
|
3 years ago | |
---|---|---|
libft | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
built-in.c | 3 years ago | |
caller.c | 3 years ago | |
env.c | 3 years ago | |
lexer.c | 3 years ago | |
minishell.c | 3 years ago | |
minishell.h | 3 years ago | |
parser.c | 3 years ago | |
utils.c | 3 years ago | |
utils_2.c | 3 years ago |
README.md
#Minishell
TODO :
-
Protect mallocs,
-
[WIP]Norminette
-
[WIP]Free heap
-
export : edit datas->env
-
unset : idem,
-
exit: handle arguments
-
setup correct ext_codes https://wiki.bash-hackers.org/scripting/basics?s[]=variables#exit_codes
Issues :
- error using unknow command with valgrind