From da79d2ed8246c13b98cee789e818da1dc4344d32 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 3 Oct 2020 15:19:30 +0200 Subject: [PATCH] README [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f3b856..24a07215 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,9 @@ $ export BABASHKA_CLASSPATH=$(clojure -Spath -Sdeps '{:deps {clj-commons/fs {:mv Write a little script, say `glob.clj`: ``` shellsession -(ns foo (:require [me.raynes.fs :as fs])) (run! (comp println str) (fs/glob (first *command-line-args*)))' +(ns foo (:require [me.raynes.fs :as fs])) +(run! (comp println str) + (fs/glob (first *command-line-args*))) ``` Now we can execute the script which uses the library: