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
d1d946315a
-fix: quotes after redir, exit with multiple args, return code save only on last pipe cmd
|
4 years ago |
|
libft
|
-fix: unclosed pipes, uncorrect wildcards. -norminage
|
4 years ago |
|
.DS_Store
|
fix empty token
|
4 years ago |
|
LICENSE
|
wip -stacked env -replacevar fixed
|
4 years ago |
|
Makefile
|
-fix: unclosed pipes, uncorrect wildcards. -norminage
|
4 years ago |
|
README.md
|
readme up
|
4 years ago |
|
built-in.c
|
-fix: quotes after redir, exit with multiple args, return code save only on last pipe cmd
|
4 years ago |
|
caller.c
|
-fix: quotes after redir, exit with multiple args, return code save only on last pipe cmd
|
4 years ago |
|
env.c
|
fixed exit and export w/no args
|
4 years ago |
|
lexer.c
|
-fix: quotes after redir, exit with multiple args, return code save only on last pipe cmd
|
4 years ago |
|
lexer_2.c
|
first release
|
4 years ago |
|
lexer_3.c
|
-fix: unclosed pipes, uncorrect wildcards. -norminage
|
4 years ago |
|
minishell.c
|
-fix: unclosed pipes, uncorrect wildcards. -norminage
|
4 years ago |
|
minishell.h
|
fixed exit and export w/no args
|
4 years ago |
|
parser.c
|
-fix: unclosed pipes, uncorrect wildcards. -norminage
|
4 years ago |
|
utils_1.c
|
-fix: unclosed pipes, uncorrect wildcards. -norminage
|
4 years ago |
|
utils_2.c
|
-fix: unclosed pipes, uncorrect wildcards. -norminage
|
4 years ago |
#Minishell
TODO :
- Protect mallocs,
- deeply test bonus
Issues :
- stderror syntax
- export without arg -> env + declare.
- too many pipes is a problem