README
This commit is contained in:
parent
4800e80e5a
commit
8a90eec5b4
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ Create these aliases for brevity:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
$ alias bbk='deps.clj -Scommand "bb -cp {{classpath}} {{main-opts}}"'
|
$ 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
|
$ bbk -A:my-script
|
||||||
Hello from gist script!
|
Hello from gist script!
|
||||||
$ babashka
|
$ babashka
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue