fix(execution): Reimplemented the redirection logic

This commit is contained in:
Jean 2026-01-29 18:18:04 +01:00
parent a98161d885
commit ec63be42e5
4 changed files with 75 additions and 32 deletions

View file

@ -8,6 +8,5 @@ int exec_ast_command(struct ast_command *command, struct hash_map *vars);
int exec_ast_if(struct ast_if *if_node, struct hash_map *vars);
int exec_ast_list(struct ast_list *list_node, struct hash_map *vars);
int exec_ast_and_or(struct ast_and_or *ao_node, struct hash_map *vars);
int exec_ast_redir(struct ast_redir *redir, struct hash_map *vars);
#endif // EXECUTION_HELPERS_H