summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-21 21:14:38 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-21 21:14:38 +0200
commitc069314a12d2a3b9058080984dca7c898f4d7eb5 (patch)
tree10210e56e05e043bd009e021210bd1047d3c118c
parentMostly works, || issues (diff)
download42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.gz
42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.bz2
42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.xz
42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.zst
42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.zip
TODO update
-rw-r--r--TODO.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 6090837..cdea86a 100644
--- a/TODO.org
+++ b/TODO.org
@@ -25,7 +25,9 @@
** DONE SEGV on pipes
** DONE buildable on Linux + gcc
CLOSED: [2020-10-12 Mon 19:56]
-** TODO pipes don't split "qweqwreq | qweqweqe"
+** DONE pipes don't split "qweqwreq | qweqweqe"
+ CLOSED: [2020-10-21 Wed 21:10]
+** TODO pipes + conditions "ls | grep kdf && echo yes || echo no"
** TODO 2>&1
** CANCELED alias ls='clear; ls | grep qwe' <--- aliases not substed in the right place
CLOSED: [2020-10-19 Mon 19:56]