diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-17 18:12:18 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-17 18:12:18 +0200 |
commit | 598c360d22fa9b3c863f74bb6280472fd805fa0d (patch) | |
tree | 0f4da458afd6ee66a9aa203df459e061970de5a1 /TODO.org | |
parent | Set libft/ft_is* to type t_bool (diff) | |
download | 42-minishell-598c360d22fa9b3c863f74bb6280472fd805fa0d.tar.gz 42-minishell-598c360d22fa9b3c863f74bb6280472fd805fa0d.tar.bz2 42-minishell-598c360d22fa9b3c863f74bb6280472fd805fa0d.tar.xz 42-minishell-598c360d22fa9b3c863f74bb6280472fd805fa0d.tar.zst 42-minishell-598c360d22fa9b3c863f74bb6280472fd805fa0d.zip |
Fixed unset not working
Diffstat (limited to '')
-rw-r--r-- | TODO.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,10 +3,12 @@ ** 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) +** DONE [#B] forked write(2) stuff on cd ** TODO [#C] fix that goddamn exit(2) 25 leak ** TODO [#C] lpipes leaks on builtins (same as above man) ** TODO [#C] Handle memory ** TODO [#C] Go full stack to ken dash in the ass +** TODO [#C] ./qwe.sh <=== handle bad shebang * Stuff to add ** DONE [#A] builtins to pipes @@ -14,8 +16,8 @@ ** DONE [#B] && || ** TODO [#B] & ** TODO [#B] $_ +** TODO [#B] .minishellrc +** TODO [#B] .minishell_history ** TODO [#C] Norm ** TODO [#C] [ builtin <=== pretty cool yet simple stuff ( [ $a -eq 1 ] ) ** DONE [#C] Read scripts -** TODO [#B] .minishellrc -** TODO [#B] .minishell_history |