summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-24 19:56:52 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-24 19:56:52 +0200
commit882c4aa52a3be7c13ba3e18556c657e20d6f2812 (patch)
tree640adc23d1d542f084f4756fabfe58189e595fde /TODO.org
parentpwd fix (diff)
download42-minishell-882c4aa52a3be7c13ba3e18556c657e20d6f2812.tar.gz
42-minishell-882c4aa52a3be7c13ba3e18556c657e20d6f2812.tar.bz2
42-minishell-882c4aa52a3be7c13ba3e18556c657e20d6f2812.tar.xz
42-minishell-882c4aa52a3be7c13ba3e18556c657e20d6f2812.tar.zst
42-minishell-882c4aa52a3be7c13ba3e18556c657e20d6f2812.zip
TODO update
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 26c859c..9f9a235 100644
--- a/TODO.org
+++ b/TODO.org
@@ -4,9 +4,10 @@
** DONE cd qweqwe <=== stderr
** DONE [#A] lpipes leaks <=== this is a big one (split lpipes | lcom | com)
** DONE [#A] /true/path/to/non-existant/bin/fail-plus-bad-fork
-** TODO [#A] fix pwd when cd /
+** DONE [#A] fix pwd when cd /
** DONE [#A] Multiline pipes (ls |)
** DONE [#B] forked write(2) stuff on cd
+** TODO [#B] Multiline && ||
** TODO [#B] ./qwe.sh <=== handle bad shebang
** DONE [#C] fix that goddamn exit(2) 25 leak
** TODO [#C] lpipes leaks on builtins (same as above man)