summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-10 16:35:47 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-10 16:35:47 +0200
commit880ca01914139002e324b23bf0c4ff64b18481f9 (patch)
treeded5f1ac0c8b41337139592a0dd3b70f35ef2602
parentqwe (diff)
download42-minishell-880ca01914139002e324b23bf0c4ff64b18481f9.tar.gz
42-minishell-880ca01914139002e324b23bf0c4ff64b18481f9.tar.bz2
42-minishell-880ca01914139002e324b23bf0c4ff64b18481f9.tar.xz
42-minishell-880ca01914139002e324b23bf0c4ff64b18481f9.tar.zst
42-minishell-880ca01914139002e324b23bf0c4ff64b18481f9.zip
TODO update
-rw-r--r--TODO.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index 2fea1e9..8d7c42f 100644
--- a/TODO.org
+++ b/TODO.org
@@ -7,9 +7,9 @@
** DONE [#A] fix pwd when cd /
** DONE [#A] Multiline pipes (ls |)
** DONE [#A] Go full tok + quotes
-** TODO [#A] fix \; \&& \||
+** DONE [#A] fix \; \&& \||
** TODO [#A] Variables quotes qwe="okokoko kkok" asd='bav'
-** TODO [#A] ls qweqwe; echo $? <---- substitute
+** DONE [#A] ls qweqwe; echo $? <---- substitute
** TODO [#A] Careful p_line \;
** TODO [#A] <>>
** DONE [#B] forked write(2) stuff on cd