summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-15 18:36:21 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-15 18:36:21 +0200
commita74a6ab6eb6176e6fbaee45f847aca9bca5c4d65 (patch)
tree4d8a5d5b3126080d7803b237e2ecf9d4b0aec82b
parentQuick fix (diff)
download42-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.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index c506425..82a6b9c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -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