diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-05 16:13:38 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-05 16:13:38 +0200 |
commit | f2ce6b52270a57fa91e90dec5fd00ce61c7e4233 (patch) | |
tree | 9af7b44673bccccd9298d023b5bbf68377501d22 | |
parent | TODO update (diff) | |
download | 42-minishell-f2ce6b52270a57fa91e90dec5fd00ce61c7e4233.tar.gz 42-minishell-f2ce6b52270a57fa91e90dec5fd00ce61c7e4233.tar.bz2 42-minishell-f2ce6b52270a57fa91e90dec5fd00ce61c7e4233.tar.xz 42-minishell-f2ce6b52270a57fa91e90dec5fd00ce61c7e4233.tar.zst 42-minishell-f2ce6b52270a57fa91e90dec5fd00ce61c7e4233.zip |
Another TODO update
Diffstat (limited to '')
-rw-r--r-- | TODO.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,11 +22,11 @@ CLOSED: [2020-10-05 Mon 15:45] ** DONE [#A] bus error on msh ~> exit CLOSED: [2020-10-05 Mon 16:12] +** DONE [#A] SEGV on pipes ** TODO [#A] pipes don't split "qweqwreq | qweqweqe" ** TODO [#A] buildable on Linux ** TODO [#A] 2>&1 ** TODO [#A] #comments in history -** DONE [#A] SEGV on pipes ** DONE [#B] forked write(2) stuff on cd ** DONE [#B] Multiline && || ** DONE [#B] ./qwe.sh <=== handle bad shebang |