Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Copy generated Go protobuf libraries to a place where a non-Bazel-aware IDE can find them. | ||||
3 | # Locally, a symlink will be sufficient. | ||||
4 | |||||
Hendrik Hofstadt | 0d7c91e | 2019-10-23 21:44:47 +0200 | [diff] [blame] | 5 | mkdir -p smalltown/generated |
6 | rsync -av --delete --exclude '*.a' bazel-bin/smalltown/api/*/linux_amd64_stripped/*/git.monogon.dev/source/nexantic.git/smalltown/generated/* smalltown/generated/ |