diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-15 18:36:21 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-15 18:36:21 +0200 |
commit | a74a6ab6eb6176e6fbaee45f847aca9bca5c4d65 (patch) | |
tree | 4d8a5d5b3126080d7803b237e2ecf9d4b0aec82b | |
parent | Quick fix (diff) | |
download | 42-minishell-a74a6ab6eb6176e6fbaee45f847aca9bca5c4d65.tar.gz 42-minishell-a74a6ab6eb6176e6fbaee45f847aca9bca5c4d65.tar.bz2 42-minishell-a74a6ab6eb6176e6fbaee45f847aca9bca5c4d65.tar.xz 42-minishell-a74a6ab6eb6176e6fbaee45f847aca9bca5c4d65.tar.zst 42-minishell-a74a6ab6eb6176e6fbaee45f847aca9bca5c4d65.zip |
Added some todos
-rw-r--r-- | TODO.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,7 @@ ** 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 * Stuff to add ** DONE [#A] builtins to pipes @@ -14,3 +15,5 @@ ** TODO [#B] & ** TODO [#C] $_ ** TODO [#C] Norm +** TODO [#C] [ ] <=== pretty cool yet simple stuff ( [ $a -eq 1 ] ) +** DONE [#C] Read scripts |