diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 17:04:26 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-22 17:04:26 +0200 |
commit | 3afcf25564053fc267de64c75ea814395c23d624 (patch) | |
tree | 2f04d13b96786a7829bc5a976c5ba15f20b3e368 /src/s_struct.h | |
parent | Ternary is cool (diff) | |
download | 42-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
Diffstat (limited to '')
-rw-r--r-- | src/s_struct.h | 2 |
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 */ |