diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_p_lcom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_p_lcom.c b/src/ft_p_lcom.c index ee2ec89..c7bee3c 100644 --- a/src/ft_p_lcom.c +++ b/src/ft_p_lcom.c @@ -105,6 +105,7 @@ int8_t ptr++; /* TODO: handle correctly multiples "msh ~> echo qwe > qwe > asd >> zxc > qweasdzxc" */ /* hint: bash only handles the last onke */ + /* TODO: handle "msh ~> cat < Makefile >qwe" */ } if ((*link)->redir > 0) { |