Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Feb 26, 2024
1 parent ea3f2f6 commit 89d3fde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gsh/README.md
Expand Up @@ -95,6 +95,12 @@ You can get the value of an environment variable through `${XXX}`. For example:
ls "${HOME}"
```

You can also use `exec` command through `$XXX`:

```coffee
exec "ls $HOME"
```


### Check last error

Expand Down

0 comments on commit 89d3fde

Please sign in to comment.