feat: redirection rules
This commit is contained in:
parent
18c1da6bdf
commit
32f56beb6b
8 changed files with 218 additions and 25 deletions
|
|
@ -11,7 +11,8 @@ enum ast_type
|
|||
AST_AND_OR,
|
||||
AST_REDIR,
|
||||
AST_VOID,
|
||||
AST_CMD
|
||||
AST_CMD,
|
||||
AST_WORD
|
||||
};
|
||||
|
||||
struct ast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue