doc
This commit is contained in:
parent
b443ddd394
commit
d2d5394fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ Properties:
|
||||||
- reads from stdin and writes to stdout
|
- reads from stdin and writes to stdout
|
||||||
|
|
||||||
``` shellsession
|
``` shellsession
|
||||||
$ time clj -e "(require '[(link: http://clojure.java.shell) clojure.java.shell :as shell])" ./script.clj
|
$ time clj -e "(require '[clojure.java.shell :as shell])" ./script.clj
|
||||||
2.15s user 0.17s system 242% cpu 0.959 total
|
2.15s user 0.17s system 242% cpu 0.959 total
|
||||||
|
|
||||||
$ time bb -f ./script.clj
|
$ time bb -f ./script.clj
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue