diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-10 20:37:22 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-10 20:37:22 +0200 |
commit | 9225b4f1ffd7b0e848592c3a718f59e4b70a6e02 (patch) | |
tree | 2f833ca75e0d1daa77e77ceb959d479f8a438c49 /TODO.org | |
parent | Okok (diff) | |
download | 42-minishell-9225b4f1ffd7b0e848592c3a718f59e4b70a6e02.tar.gz 42-minishell-9225b4f1ffd7b0e848592c3a718f59e4b70a6e02.tar.bz2 42-minishell-9225b4f1ffd7b0e848592c3a718f59e4b70a6e02.tar.xz 42-minishell-9225b4f1ffd7b0e848592c3a718f59e4b70a6e02.tar.zst 42-minishell-9225b4f1ffd7b0e848592c3a718f59e4b70a6e02.zip |
Lots of stuff to do
Diffstat (limited to '')
-rw-r--r-- | TODO.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ** DONE PWD=qwe; pwd <== recheck ** DONE VISUAL=qweqwe crontab -e <=== deal with it ** DONE cd qweqwe <=== stderr -** TODO lpipes leaks <=== this is a big one (split lpipes | lcom | com) +** TODO [#A] lpipes leaks <=== this is a big one (split lpipes | lcom | com) ** TODO [#C] Handle memory * Stuff to add |