Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | # gazelle.sh regenerates BUILD.bazel files for Go source files. | ||||
Leopold Schabel | d868d69 | 2019-11-17 17:28:29 +0100 | [diff] [blame] | 3 | set -euo pipefail |
Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 4 | |
Leopold Schabel | b51250a | 2019-10-23 23:32:59 +0200 | [diff] [blame] | 5 | bazel run //:gazelle -- update |