readme
This commit is contained in:
parent
2d0794bbec
commit
745889a4dd
@ -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 &&, ||, *
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user