diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-12 18:36:17 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-04 12:01:03 +0200 |
| commit | 9fabc25a980550afc6337fd729632462f2680daa (patch) | |
| tree | f86939c99fe918fa35f4b0d12bc00e03f034ac8d /README.md | |
| parent | 4aeba6d2f03706fa21281709a138a7d3ea9797dc (diff) | |
| download | minishell-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
