summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-17 19:49:35 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-17 19:49:35 +0200
commit990143a3f21f5500abc329c7df4ef30d20cb71eb (patch)
tree4039744d012594f1923508bcb8f8c57c270e4172 /TODO.org
parentIn progress (diff)
download42-minishell-990143a3f21f5500abc329c7df4ef30d20cb71eb.tar.gz
42-minishell-990143a3f21f5500abc329c7df4ef30d20cb71eb.tar.bz2
42-minishell-990143a3f21f5500abc329c7df4ef30d20cb71eb.tar.xz
42-minishell-990143a3f21f5500abc329c7df4ef30d20cb71eb.tar.zst
42-minishell-990143a3f21f5500abc329c7df4ef30d20cb71eb.zip
.minishellrc working
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 0e9a590..18a07f8 100644
--- a/TODO.org
+++ b/TODO.org
@@ -4,6 +4,7 @@
** 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 [#B] /true/path/to/non-existant/bin/fail-plus-bad-fork
** TODO [#C] fix that goddamn exit(2) 25 leak
** TODO [#C] lpipes leaks on builtins (same as above man)
** TODO [#C] leaks on builtins (same as above man)
@@ -21,4 +22,5 @@
** TODO [#B] .minishell_history
** TODO [#C] Norm
** TODO [#C] [ builtin <=== pretty cool yet simple stuff ( [ $a -eq 1 ] )
+** TODO [#C] alias
** DONE [#C] Read scripts