summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 17:04:26 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 17:04:26 +0200
commit3afcf25564053fc267de64c75ea814395c23d624 (patch)
tree2f04d13b96786a7829bc5a976c5ba15f20b3e368
parentTernary is cool (diff)
download42-minishell-3afcf25564053fc267de64c75ea814395c23d624.tar.gz
42-minishell-3afcf25564053fc267de64c75ea814395c23d624.tar.bz2
42-minishell-3afcf25564053fc267de64c75ea814395c23d624.tar.xz
42-minishell-3afcf25564053fc267de64c75ea814395c23d624.tar.zst
42-minishell-3afcf25564053fc267de64c75ea814395c23d624.zip
Updated helper
-rw-r--r--src/s_struct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s_struct.h b/src/s_struct.h
index 03efbda..d948090 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -41,10 +41,12 @@ typedef struct s_lalias
/*
** redir(int8_t) index
** -------------------
+** -3: <<-
** -2: <<
** -1: <
** 1: >
** 2: >>
+** 3: >&
** 0: means no redirection
*/