summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-24 20:00:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-24 20:00:08 +0200
commit0baa662dd420be3e88feac288f90e0b33a28c33f (patch)
tree506668221b116279a3b531bf0c7a7575ac49bcd2 /TODO.org
parentTODO update (diff)
download42-minishell-0baa662dd420be3e88feac288f90e0b33a28c33f.tar.gz
42-minishell-0baa662dd420be3e88feac288f90e0b33a28c33f.tar.bz2
42-minishell-0baa662dd420be3e88feac288f90e0b33a28c33f.tar.xz
42-minishell-0baa662dd420be3e88feac288f90e0b33a28c33f.tar.zst
42-minishell-0baa662dd420be3e88feac288f90e0b33a28c33f.zip
TODO 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 9f9a235..e466f7a 100644
--- a/TODO.org
+++ b/TODO.org
@@ -6,6 +6,7 @@
** DONE [#A] /true/path/to/non-existant/bin/fail-plus-bad-fork
** DONE [#A] fix pwd when cd /
** DONE [#A] Multiline pipes (ls |)
+** TODO [#A] Go full tok + quotes
** DONE [#B] forked write(2) stuff on cd
** TODO [#B] Multiline && ||
** TODO [#B] ./qwe.sh <=== handle bad shebang
@@ -18,7 +19,6 @@
* Stuff to add
** DONE [#A] builtins to pipes
** DONE [#A] Proper ~ subst
-** TODO [#A] quotes
** DONE [#B] && ||
** TODO [#B] &
** TODO [#B] $_