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 d360cec7c0 wip -stacked env -replacevar fixed 3 years ago
libft wip -stacked env -replacevar fixed 3 years ago
LICENSE wip -stacked env -replacevar fixed 3 years ago
Makefile fix: Makefile portability 3 years ago
README.md wip -stacked env -replacevar fixed 3 years ago
built-in.c -fixes: no more doubles signals, -new: added return messages (signals), generalized cmds struct use and included env in 3 years ago
caller.c wip -stacked env -replacevar fixed 3 years ago
env.c -fix: builtins not fork when launched alone, -new: t_datas for env and exit_code, -rm: argc useless in t_command 3 years ago
lexer.c wip -stacked env -replacevar fixed 3 years ago
minishell.c wip -stacked env -replacevar fixed 3 years ago
minishell.h wip -stacked env -replacevar fixed 3 years ago
parser.c wip -stacked env -replacevar fixed 3 years ago
utils.c wip -stacked env -replacevar fixed 3 years ago

README.md

#Minishell

TODO :

  • free stack,
  • finish built-ins,

Notes :

Issues :

  • cat | cat | ls crash on linux ?