Add quickstart.

This commit is contained in:
Michiel Borkent 2019-08-12 12:55:30 +02:00
parent ec1825ce83
commit 97e33ffdd5

View file

@ -24,6 +24,14 @@ most of your script evolves into Clojure, you might want to turn to:
- [closh](https://github.com/dundalek/closh)
- [lumo](https://github.com/anmonteiro/lumo)
## Quickstart
``` shellsession
$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install)
$ bb '(vec (dedupe *in*))' <<< '[1 1 1 1 2]'
[1 2]
```
## Status
Experimental. Breaking changes are expected to happen at this phase.