doc
This commit is contained in:
parent
2afd7726e2
commit
63ca4b03f4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue