From 7a922fbb3a542b3b04c868610ab324b1e2f84dec Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 15 Aug 2019 11:08:21 +0200 Subject: [PATCH] doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91da08b4..994d8ec8 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ If you're a bash expert, you probably don't need this. But for those of us who scan use a bit of Clojure in their shell scripts, it may be useful. ``` shellsession -$ time clj -e "(require '[clojure.java.shell :as shell])" ./script.clj +$ time clj -e "(require '[clojure.java.shell :as shell])" ./download_html.clj 2.15s user 0.17s system 242% cpu 0.959 total -$ time bb -f ./script.clj +$ time bb -f ./download_html.clj 0.00s user 0.00s system 69% cpu 0.010 total ```