This commit is contained in:
Michiel Borkent 2020-01-02 14:45:41 +01:00
parent 4800e80e5a
commit 8a90eec5b4

View file

@ -420,7 +420,7 @@ Create these aliases for brevity:
``` shell
$ alias bbk='deps.clj -Scommand "bb -cp {{classpath}} {{main-opts}}"'
$ alias babashka='deps.clj -Scommand "rlwrap bb -cp {{classpath}} {{main-opts}}"'
$ alias babashka='rlwrap deps.clj -Scommand "bb -cp {{classpath}} {{main-opts}}"'
$ bbk -A:my-script
Hello from gist script!
$ babashka