Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-cskn authored Apr 3, 2024
1 parent 8bd2ac4 commit ca4b7a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ echo $0
```
Should print the first argument of your program. (eg: ./minishell)
```bash
env | grep SHLVL
```
This variable should be increased by 1 at init. If the inherited value is bigger than 999 bash sets it to 1 with a warning.
### Extreme
You don't have to implement these features.
```bash
Expand Down

0 comments on commit ca4b7a7

Please sign in to comment.