diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-10 19:13:47 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-10 19:13:47 +0200 |
commit | 8165656e21820ceaead09a94efa83b27eb3002e2 (patch) | |
tree | 34b9d9ab6fbce9f1b03333b435faf74d89c3ff0d | |
parent | Instant vars TODO done (diff) | |
download | 42-minishell-8165656e21820ceaead09a94efa83b27eb3002e2.tar.gz 42-minishell-8165656e21820ceaead09a94efa83b27eb3002e2.tar.bz2 42-minishell-8165656e21820ceaead09a94efa83b27eb3002e2.tar.xz 42-minishell-8165656e21820ceaead09a94efa83b27eb3002e2.tar.zst 42-minishell-8165656e21820ceaead09a94efa83b27eb3002e2.zip |
New TODO's
-rw-r--r-- | TODO.org | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,8 +2,11 @@ ** DONE PWD=qwe; pwd <== recheck ** DONE VISUAL=qweqwe crontab -e <=== deal with it ** DONE cd qweqwe <=== stderr -** TODO Handle memory +** TODO [#C] Handle memory * Stuff to add -** TODO Proper ~ subst -** TODO Norm +** TODO [#A] builtins to pipes +** TODO [#A] Proper ~ subst +** TODO [#B] && || +** TODO [#B] & +** TODO [#C] Norm |