summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:57:05 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:57:05 +0200
commitbd852a67a7c49b5fe38b147b9f87e658fd1f8789 (patch)
tree99ac1771dfebb8dc2fb7b6f1952857a3a58fe332
parentNorm update (diff)
download42-minishell-bd852a67a7c49b5fe38b147b9f87e658fd1f8789.tar.gz
42-minishell-bd852a67a7c49b5fe38b147b9f87e658fd1f8789.tar.bz2
42-minishell-bd852a67a7c49b5fe38b147b9f87e658fd1f8789.tar.xz
42-minishell-bd852a67a7c49b5fe38b147b9f87e658fd1f8789.tar.zst
42-minishell-bd852a67a7c49b5fe38b147b9f87e658fd1f8789.zip
TODO udpate
-rw-r--r--TODO.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 4937029..9afe5d1 100644
--- a/TODO.org
+++ b/TODO.org
@@ -23,7 +23,8 @@
** DONE [#A] bus error on msh ~> exit
CLOSED: [2020-10-05 Mon 16:12]
** DONE [#A] SEGV on pipes
-** TODO [#A] buildable on Linux + gcc
+** DONE [#A] buildable on Linux + gcc
+ CLOSED: [2020-10-12 Mon 19:56]
** TODO [#A] pipes don't split "qweqwreq | qweqweqe"
** TODO [#A] 2>&1
** TODO [#A] alias ls='clear; ls | grep qwe' <--- aliases not substed in the right place