summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
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] &