This commit is contained in:
Michiel Borkent 2020-04-19 20:05:52 +02:00
parent 4508acb664
commit 8770c42a82

View file

@ -60,7 +60,7 @@ To get an overview of babashka, you can watch this talk ([slides](https://speake
``` shellsession
$ curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install-babashka
$ chmod +x install-babashka && ./install-babashka
$ ls | bb --time -i '(filter #(-> % io/file .isDirectory) *input*)'
$ ls | bb -i '(filter #(-> % io/file .isDirectory) *input*)'
("doc" "resources" "sci" "script" "src" "target" "test")
bb took 4ms.
```