3 lines
103 B
Bash
Executable file
3 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
bazel build //:cram &> /dev/null
|
|
exec "$(git rev-parse --show-toplevel)"/bazel-bin/cram "$@"
|