From 36e4d7353a59ce5ab5f981d69cb2fcc5676a101a Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Tue, 3 Mar 2026 22:47:47 -0600 Subject: Redirect and Append --- src/main.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index aaaea13..09b1585 100644 --- a/src/main.h +++ b/src/main.h @@ -9,15 +9,17 @@ typedef struct{ typedef enum{ Stdout=0, Redirect=1, - Pipe=2, - Continue=3, - If=4, + Append=2, + Pipe=3, + Continue=4, + If=5, } cmd_t; typedef struct CMD{ char *cmd; cmd_t type; int stdInFd; + char *out_dir; struct CMD *next; int status; } CMD; -- cgit v1.3