mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
5 lines
58 B
Bash
5 lines
58 B
Bash
|
#!/bin/bash
|
||
|
set -eux
|
||
|
bash git/re2/kokoro/bazel.sh
|
||
|
exit $?
|