Update README.md
This commit is contained in:
parent
ab4c9a6421
commit
aa8a66c230
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# babaška
|
# babashka
|
||||||
|
|
||||||
[](https://circleci.com/gh/borkdude/babashka/tree/master)
|
[](https://circleci.com/gh/borkdude/babashka/tree/master)
|
||||||
[](https://clojars.org/borkdude/babashka)
|
[](https://clojars.org/borkdude/babashka)
|
||||||
|
|
@ -148,11 +148,11 @@ welcome!
|
||||||
$ cat /tmp/test.txt
|
$ cat /tmp/test.txt
|
||||||
1 Hello
|
1 Hello
|
||||||
2 Clojure
|
2 Clojure
|
||||||
3 Babaška
|
3 Babashka
|
||||||
4 Goodbye
|
4 Goodbye
|
||||||
|
|
||||||
$ < /tmp/test.txt bb -io '(shuffle *in*)'
|
$ < /tmp/test.txt bb -io '(shuffle *in*)'
|
||||||
3 Babaška
|
3 Babashka
|
||||||
2 Clojure
|
2 Clojure
|
||||||
4 Goodbye
|
4 Goodbye
|
||||||
1 Hello
|
1 Hello
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue