diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-24 20:00:08 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-24 20:00:08 +0200 |
commit | 0baa662dd420be3e88feac288f90e0b33a28c33f (patch) | |
tree | 506668221b116279a3b531bf0c7a7575ac49bcd2 /TODO.org | |
parent | TODO update (diff) | |
download | 42-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.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] $_ |