Remove mention of bbk script for now
This commit is contained in:
parent
33b7b85ab0
commit
fa8eb1af2b
1 changed files with 0 additions and 11 deletions
11
README.md
11
README.md
|
|
@ -367,17 +367,6 @@ $ bb --classpath "$CLASSPATH" --main my-gist-script
|
|||
Hello from gist script!
|
||||
```
|
||||
|
||||
The `bbk` shell script is a thin wrapper around the `clojure` tool, so you can
|
||||
use Babashka projects in a similar way:
|
||||
|
||||
``` shellsession
|
||||
$ bbk -m my-gist-script
|
||||
Hello from gist script!
|
||||
```
|
||||
|
||||
The script will call `bb` with the `--classpath` argument as a result of calling
|
||||
`clojure`.
|
||||
|
||||
If there is no `--classpath` argument, the `BABASHKA_CLASSPATH` environment
|
||||
variable will be used if set:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue