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.
 
 
Michael Ea de605aafe7 fixed exit and export w/no args 3 years ago
libft -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
.DS_Store fix empty token 3 years ago
LICENSE wip -stacked env -replacevar fixed 3 years ago
Makefile -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
README.md readme up 3 years ago
built-in.c fixed exit and export w/no args 3 years ago
caller.c fixed exit and export w/no args 3 years ago
env.c fixed exit and export w/no args 3 years ago
lexer.c first release 3 years ago
lexer_2.c first release 3 years ago
lexer_3.c -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
minishell.c -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
minishell.h fixed exit and export w/no args 3 years ago
parser.c -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
utils_1.c -fix: unclosed pipes, uncorrect wildcards. -norminage 3 years ago
utils_2.c -fix: unclosed pipes, uncorrect wildcards. -norminage 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