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 5, 2024
1 parent 8fa4b61 commit e73f764
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,10 @@ You don't have to implement these features.
Should wait for `'` char like heredoc.
```bash
export test1="o a"
ech$test1
export test2="'"
echo $test2
export test="o '"
ech$test
```
Should print `a` and `'` in order.
Should print `'`.
<img width="469" alt="Ekran Resmi 2024-04-04 ÖS 7 53 48" src="https://github.com/facetint/minishell/assets/99668549/ef625091-f791-4dec-9fd8-48dbafaa34e4">
Expand Down

0 comments on commit e73f764

Please sign in to comment.