summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-01 16:40:05 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-01 16:40:05 +0200
commit06217e697520e5c97393bc06b89fda073efa7ea6 (patch)
tree7f0c744900487395ffc36ed4185035876633bef3 /TODO.org
parentSecured malloc (diff)
download42-minishell-06217e697520e5c97393bc06b89fda073efa7ea6.tar.gz
42-minishell-06217e697520e5c97393bc06b89fda073efa7ea6.tar.bz2
42-minishell-06217e697520e5c97393bc06b89fda073efa7ea6.tar.xz
42-minishell-06217e697520e5c97393bc06b89fda073efa7ea6.tar.zst
42-minishell-06217e697520e5c97393bc06b89fda073efa7ea6.zip
Update
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index b46e26e..5fa00b7 100644
--- a/TODO.org
+++ b/TODO.org
@@ -7,7 +7,7 @@
** DONE [#A] fix pwd when cd /
** DONE [#A] Multiline pipes (ls |)
** TODO [#A] Go full tok + quotes
-** TODO [#A] ls qweqwe; echo $? <---- reparse
+** TODO [#A] ls qweqwe; echo $? <---- substitute
** TODO [#A] <>>
** DONE [#B] forked write(2) stuff on cd
** DONE [#B] Multiline && ||