That is, bbin install ./script.clj works, but bbin install ./script.bb produces this error:
Message: Invalid script coordinates.
If you're trying to install from the filesystem, make sure the path actually exists.
Data: {:script/lib "/tmp/script.bb", :procurer :unknown-procurer, :artifact :unknown-artifact}
That is,
bbin install ./script.clj
works, butbbin install ./script.bb
produces this error: