Radix/examples/tools/zls.sh

5 lines
113 B
Bash
Raw Normal View History

#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
cd "$(bazel info workspace)"
exec bazel run -- @zml//:zls "${@}"