diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-10 20:35:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-10 20:35:52 +0200 |
commit | 479176671b83f8edc366de87556104003fde880a (patch) | |
tree | 99338eb480e78f4e995d8f865733b69172e795e9 /TODO.org | |
parent | New TODO's (diff) | |
download | 42-minishell-479176671b83f8edc366de87556104003fde880a.tar.gz 42-minishell-479176671b83f8edc366de87556104003fde880a.tar.bz2 42-minishell-479176671b83f8edc366de87556104003fde880a.tar.xz 42-minishell-479176671b83f8edc366de87556104003fde880a.tar.zst 42-minishell-479176671b83f8edc366de87556104003fde880a.zip |
Okok
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +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 [#C] Handle memory * Stuff to add @@ -9,4 +10,5 @@ ** TODO [#A] Proper ~ subst ** TODO [#B] && || ** TODO [#B] & +** TODO [#C] $_ ** TODO [#C] Norm |