diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-21 21:14:38 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-21 21:14:38 +0200 |
commit | c069314a12d2a3b9058080984dca7c898f4d7eb5 (patch) | |
tree | 10210e56e05e043bd009e021210bd1047d3c118c | |
parent | Mostly works, || issues (diff) | |
download | 42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.gz 42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.bz2 42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.xz 42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.tar.zst 42-minishell-c069314a12d2a3b9058080984dca7c898f4d7eb5.zip |
TODO update
-rw-r--r-- | TODO.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,7 +25,9 @@ ** DONE SEGV on pipes ** DONE buildable on Linux + gcc CLOSED: [2020-10-12 Mon 19:56] -** TODO pipes don't split "qweqwreq | qweqweqe" +** DONE pipes don't split "qweqwreq | qweqweqe" + CLOSED: [2020-10-21 Wed 21:10] +** TODO pipes + conditions "ls | grep kdf && echo yes || echo no" ** TODO 2>&1 ** CANCELED alias ls='clear; ls | grep qwe' <--- aliases not substed in the right place CLOSED: [2020-10-19 Mon 19:56] |