pipeline_exec() complete

+ TODO : simple_cmd_builtin()
+ libft small update
This commit is contained in:
LuckyLaszlo
2021-11-18 12:38:27 +01:00
parent 26993144cc
commit 91d5a0d14c
6 changed files with 120 additions and 26 deletions

View File

@@ -34,6 +34,8 @@ void shell_loop(t_all *c)
add_history(line_input);
// Lexing
c->token_list = input_to_tokens(line_input);
free(line_input);
line_input = NULL; // TODO : free_null()
if (!c->token_list)
continue ;
// Parsing