diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-24 18:15:21 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-24 18:15:21 +0200 |
commit | f8c1826e907fd6561d959001fd2506cbb2afebeb (patch) | |
tree | 18dc63f80b3ae51e9ee7d7c66c61d322d0c25bde | |
parent | Counter | and counter \ (diff) | |
download | 42-minishell-f8c1826e907fd6561d959001fd2506cbb2afebeb.tar.gz 42-minishell-f8c1826e907fd6561d959001fd2506cbb2afebeb.tar.bz2 42-minishell-f8c1826e907fd6561d959001fd2506cbb2afebeb.tar.xz 42-minishell-f8c1826e907fd6561d959001fd2506cbb2afebeb.tar.zst 42-minishell-f8c1826e907fd6561d959001fd2506cbb2afebeb.zip |
TODO update
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | TODO.org | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,6 @@ LFT_SRCS_DIR = ${LFT_DIR}src/ #==============================================================================# #--------------------------------- FILES --------------------------------------# #==============================================================================# - SRCS_NAME = b_cd SRCS_NAME += b_echo SRCS_NAME += b_env @@ -5,7 +5,7 @@ ** 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 / -** TODO [#A] Multiline pipes (ls |) +** DONE [#A] Multiline pipes (ls |) ** DONE [#B] forked write(2) stuff on cd ** TODO [#B] ./qwe.sh <=== handle bad shebang ** DONE [#C] fix that goddamn exit(2) 25 leak |