fix: redirections types

This commit is contained in:
matteo 2026-01-28 11:34:29 +01:00
parent 399d1ed3e1
commit 9a0f9bc6f1
3 changed files with 12 additions and 3 deletions

View file

@ -8,7 +8,7 @@ enum ast_redir_type
AST_REDIR_TYPE_NULL,
AST_REDIR_TYPE_LESS, // <
AST_REDIR_TYPE_GREAT, // >
AST_REDIR_TYPE_DLESS, // <<
AST_REDIR_TYPE_LESSGREAT, // <>
AST_REDIR_TYPE_DGREAT, // >>
AST_REDIR_TYPE_LESSAND, // <&
AST_REDIR_TYPE_GREATAND, // >&