diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:25:35 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:25:35 +0200 |
| commit | 9682ac83c4b685818bdaf222f813df044b3107fd (patch) | |
| tree | 4d8e3c1b21e47725508858fb0ebc077e4e612955 /README.md | |
| parent | b298afeb9da27038cbd54802a2d70504909427a3 (diff) | |
| download | minishell_test-9682ac83c4b685818bdaf222f813df044b3107fd.tar.gz minishell_test-9682ac83c4b685818bdaf222f813df044b3107fd.tar.bz2 minishell_test-9682ac83c4b685818bdaf222f813df044b3107fd.zip | |
Changing default minishell dir path, Added exit status
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ README.md test.sh README.md test.sh ``` -The reasons for this is are: -1. we're free to set the prompt to whatever we want -2. termcaps would be a nightmare to test +The reasons for this: +1. You're free to set the prompt to whatever you want +2. Termcaps would be a nightmare to test ## Run |
