summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 16:18:40 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 16:18:40 +0200
commit427d73fbd0707781419f6852c06c669131a38107 (patch)
treede16a14ffe6b934116f3d52cb89ed3a1df92308d /TODO.org
parentTODO update (diff)
download42-minishell-427d73fbd0707781419f6852c06c669131a38107.tar.gz
42-minishell-427d73fbd0707781419f6852c06c669131a38107.tar.bz2
42-minishell-427d73fbd0707781419f6852c06c669131a38107.tar.xz
42-minishell-427d73fbd0707781419f6852c06c669131a38107.tar.zst
42-minishell-427d73fbd0707781419f6852c06c669131a38107.zip
TODO
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index b21db31..99796ca 100644
--- a/TODO.org
+++ b/TODO.org
@@ -50,7 +50,6 @@
** DONE [#B] .minishellrc
** DONE [#B] .minishell_history
** DONE [#B] history builtin
-** TODO [#B] &
** TODO [#B] $_
** TODO [#B] Parse error before p_line for scripts
** DONE [#C] Norm [2/2]
@@ -73,5 +72,6 @@
+ [ ] while - do - done
+ [ ] for
** TODO [#C] Termcaps
-** TODO [#C] -i option (alias in scripts, etc)
+** TODO [#C] -i option (alias and history in scripts, etc)
** TODO [#C] Simple arithmetics $((a + 1))
+** TODO [#C] &