summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-19 14:29:27 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-19 14:29:27 +0200
commitf120805f04b7b8491d65c940f0dfdac6f25e43a1 (patch)
tree911989bdb66290c1f0305758988cb79308c40fbe
parenth done (diff)
download42-minishell-f120805f04b7b8491d65c940f0dfdac6f25e43a1.tar.gz
42-minishell-f120805f04b7b8491d65c940f0dfdac6f25e43a1.tar.bz2
42-minishell-f120805f04b7b8491d65c940f0dfdac6f25e43a1.tar.xz
42-minishell-f120805f04b7b8491d65c940f0dfdac6f25e43a1.tar.zst
42-minishell-f120805f04b7b8491d65c940f0dfdac6f25e43a1.zip
Ready to merge
Diffstat (limited to '')
-rw-r--r--TODO.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 31c3050..fbf8c36 100644
--- a/TODO.org
+++ b/TODO.org
@@ -39,7 +39,7 @@
** TODO [#B] Parse error before p_line for scripts
** DONE [#B] .minishellrc
** DONE [#B] .minishell_history
-** TODO [#B] history builtin
+** DONE [#B] history builtin
** TODO [#C] Norm
** DONE [#C] [ builtin <=== pretty cool yet simple stuff ( [ $a -eq 1 ] )
** DONE [#C] alias