diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-12 20:49:28 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-12 20:49:28 +0200 |
commit | c4bd7d057c62037f6cda288082ac72b448951994 (patch) | |
tree | 4fa10bbb3e5d2e5214809b4db3416b18bbd4bc90 /TODO.org | |
parent | FeelsCleanMan (diff) | |
download | 42-minishell-c4bd7d057c62037f6cda288082ac72b448951994.tar.gz 42-minishell-c4bd7d057c62037f6cda288082ac72b448951994.tar.bz2 42-minishell-c4bd7d057c62037f6cda288082ac72b448951994.tar.xz 42-minishell-c4bd7d057c62037f6cda288082ac72b448951994.tar.zst 42-minishell-c4bd7d057c62037f6cda288082ac72b448951994.zip |
Working builtins to pipes, ready to merge
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ ** DONE VISUAL=qweqwe crontab -e <=== deal with it ** DONE cd qweqwe <=== stderr ** DONE [#A] lpipes leaks <=== this is a big one (split lpipes | lcom | com) -** TODO [#A] lpipes leaks on builtins +** TODO [#C] fix that goddamn exit(2) 25 leak +** TODO [#C] lpipes leaks on builtins (same as above man) ** TODO [#C] Handle memory * Stuff to add |