Skip to content

Commit

Permalink
Update README.md (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
pesterhazy authored Dec 4, 2022
1 parent eddc515 commit aaec366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ drwxr-xr-x@ 3 borkdude staff 96 Dec 4 14:01 babashka
This is particularly handy when you want to supply commands coming from the command line:

``` clojure
(apply shell "-ls -la" *command-line-args*)
(apply shell "ls -la" *command-line-args*)
```

The `shell` function checks the exit code and throws if it is non-zero:
Expand Down

0 comments on commit aaec366

Please sign in to comment.