diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-06 18:25:02 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-06 18:25:02 +0200 |
commit | 9ed927a6d4fd26dcdc7c094a0001521f072d8ae4 (patch) | |
tree | 1ad8c70b67ccc85d9776f39768aaf28e24ffcf7b /TODO.org | |
parent | Gitignore update (diff) | |
download | 42-minishell-9ed927a6d4fd26dcdc7c094a0001521f072d8ae4.tar.gz 42-minishell-9ed927a6d4fd26dcdc7c094a0001521f072d8ae4.tar.bz2 42-minishell-9ed927a6d4fd26dcdc7c094a0001521f072d8ae4.tar.xz 42-minishell-9ed927a6d4fd26dcdc7c094a0001521f072d8ae4.tar.zst 42-minishell-9ed927a6d4fd26dcdc7c094a0001521f072d8ae4.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | TODO.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ ** DONE [#A] fix pwd when cd / ** DONE [#A] Multiline pipes (ls |) ** TODO [#A] Go full tok + quotes +** TODO [#A] Variables quotes qwe="okokoko kkok" asd='bav' ** TODO [#A] ls qweqwe; echo $? <---- substitute ** TODO [#A] Careful p_line \; ** TODO [#A] <>> |