summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 16:28:53 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 16:28:53 +0200
commit30fd68d9748d2e160be27fb9b43a97349d07833c (patch)
tree7db8722aff95c584e0130c576726bd6463440a7a
parentFormat (diff)
download42-minishell-30fd68d9748d2e160be27fb9b43a97349d07833c.tar.gz
42-minishell-30fd68d9748d2e160be27fb9b43a97349d07833c.tar.bz2
42-minishell-30fd68d9748d2e160be27fb9b43a97349d07833c.tar.xz
42-minishell-30fd68d9748d2e160be27fb9b43a97349d07833c.tar.zst
42-minishell-30fd68d9748d2e160be27fb9b43a97349d07833c.zip
TODO update
-rw-r--r--TODO.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index cdea86a..596acda 100644
--- a/TODO.org
+++ b/TODO.org
@@ -27,7 +27,8 @@
CLOSED: [2020-10-12 Mon 19:56]
** DONE pipes don't split "qweqwreq | qweqweqe"
CLOSED: [2020-10-21 Wed 21:10]
-** TODO pipes + conditions "ls | grep kdf && echo yes || echo no"
+** DONE pipes + conditions "ls | grep kdf && echo yes || echo no"
+ CLOSED: [2020-10-22 Thu 16:25]
** TODO 2>&1
** CANCELED alias ls='clear; ls | grep qwe' <--- aliases not substed in the right place
CLOSED: [2020-10-19 Mon 19:56]