pipeline_exec() complete
+ TODO : simple_cmd_builtin() + libft small update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user