From aaec36637a60826b69d714fcce4ab78e0861d09c Mon Sep 17 00:00:00 2001 From: Paulus Esterhazy Date: Sun, 4 Dec 2022 22:23:32 +0100 Subject: [PATCH] Update README.md (#99) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 007ec5e..c49cc88 100644 --- a/README.md +++ b/README.md @@ -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: