This commit is contained in:
Michiel Borkent 2019-08-18 12:46:46 +02:00
parent 2afd7726e2
commit 63ca4b03f4

View file

@ -21,8 +21,9 @@ $ cat ~/.babashka/prelude.clj
$ export BABASHKA_PRELOADS="(load-file \"$HOME/.babashka/prelude.clj\")" $ export BABASHKA_PRELOADS="(load-file \"$HOME/.babashka/prelude.clj\")"
## enjoy! ## enjoy!
$ ls | bb -i '(filter directory? *in*)' $ ls | bb --time -i '(filter directory? *in*)'
("doc" "resources" "sci" "script" "src" "target" "test") ("doc" "resources" "sci" "script" "src" "target" "test")
bb took 6ms.
``` ```
## Rationale ## Rationale