diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-05 16:18:40 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-05 16:18:40 +0200 |
commit | 427d73fbd0707781419f6852c06c669131a38107 (patch) | |
tree | de16a14ffe6b934116f3d52cb89ed3a1df92308d /TODO.org | |
parent | TODO update (diff) | |
download | 42-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 '')
-rw-r--r-- | TODO.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] & |