aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-12 18:36:17 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-04 12:01:03 +0200
commit9fabc25a980550afc6337fd729632462f2680daa (patch)
treef86939c99fe918fa35f4b0d12bc00e03f034ac8d /README.md
parent4aeba6d2f03706fa21281709a138a7d3ea9797dc (diff)
downloadminishell-9fabc25a980550afc6337fd729632462f2680daa.tar.gz
minishell-9fabc25a980550afc6337fd729632462f2680daa.tar.bz2
minishell-9fabc25a980550afc6337fd729632462f2680daa.zip
Removing data name in ast union, io_frame, root line ast tag
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4ab2ad4..7a82c5d 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ You can then read the man pages in ./doc/man or open ./doc/html/index.html in yo
### Mandatory
- [ ] Show a prompt when waiting for a new command
-- [ ] Search and launch the right executable (based on the *PATH* variable or by using relative or absolute path) like in bash @HappyTramp
-- [ ] It must implement the builtins like in bash: @nass1pro
+- [x] Search and launch the right executable (based on the *PATH* variable or by using relative or absolute path) like in bash
+- [ ] It must implement the builtins like in bash:
- [ ] `echo` with option `-n`
- [ ] `cd` without `-` option
- [ ] `pwd` without any options