diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-24 19:56:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-24 19:56:52 +0200 |
commit | 882c4aa52a3be7c13ba3e18556c657e20d6f2812 (patch) | |
tree | 640adc23d1d542f084f4756fabfe58189e595fde /TODO.org | |
parent | pwd fix (diff) | |
download | 42-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.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |