working on args

This commit is contained in:
gazhonsepaskwa
2025-02-04 10:46:46 +01:00
parent 8a4d1be7f4
commit 3b4e5cf5d8
2 changed files with 7 additions and 18 deletions

View File

@@ -49,10 +49,8 @@ typedef struct s_ast_n
int _stdout;
int _stdin;
int save_std;
t_redir *inredir;
t_redir *outredir;
char **infile;
char **outfile;
t_redir *redir;
char **files;
bool sh;
} t_ast_n;