#!/bin/bash | |
# Copy generated Go protobuf libraries to a place where a non-Bazel-aware IDE can find them. | |
# Locally, a symlink will be sufficient. | |
cp -r bazel-bin/api/*/linux_amd64_stripped/*/git.monogon.dev/source/smalltown.git/generated/* generated/ |