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 eb957c6ddd fix parenthesis again 3 years ago
libft fix binaries search 3 years ago
.DS_Store fix empty token 3 years ago
LICENSE wip -stacked env -replacevar fixed 3 years ago
Makefile fix binaries search 3 years ago
README.md readme up 3 years ago
built-in.c fix cd and export 3 years ago
caller.c fix cd error is not home and return for errors commands 3 years ago
env.c fix cd and export 3 years ago
errors.c fix cd error is not home and return for errors commands 3 years ago
lexer.c fixing everything 3 years ago
lexer_2.c fix empty var 3 years ago
lexer_3.c -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
minishell.c fix parenthesis again 3 years ago
minishell.h fix cd error is not home and return for errors commands 3 years ago
parser.c fix parenthesis again 3 years ago
utils.c fix binaries search 3 years ago

README.md

#Minishell

TODO :

  • Protect mallocs,
  • deeply test bonus

Issues :

  • stderror syntax
  • export without arg -> env + declare.
  • too many pipes is a problem