From 745889a4dd5c45b36b2ce621166a804f621c3b29 Mon Sep 17 00:00:00 2001 From: whaffman Date: Thu, 6 Mar 2025 14:09:19 +0100 Subject: [PATCH] readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36fada7..fbca58b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ A lot of amazing shell stuff - `cat $PWD/test` should expand, - `cd -` : `bash: cd: OLDPWD not set` - `cd ~` : does not expand ? + - ~ does expand in bash but not in any quotes +- `echo a '' b` = "a b" ipv "a b" ## Tester - [minishell_tester](https://github.com/LucasKuhn/minishell_tester) @@ -55,9 +57,9 @@ A lot of amazing shell stuff * [x] $var * [x] $? * [ ] ~ -- [ ] export without arguments +- [x] export without arguments - [ ] ft_free_arr_safe in environment mess -- [ ] builtins not first in pipeline? wtf is happening HAHAHAHAHAH its not using builtin, but core-utils +- [x] builtins not first in pipeline? wtf is happening HAHAHAHAHAH its not using builtin, but core-utils - CB command to change banner - __Bonus:__ Command tree for &&, ||, *