blob: bcc8488d41e0edcb3290115209df543e728e84a8 [file] [log] [blame]
#!/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.
mkdir -p generated
cp -r bazel-bin/api/*/linux_amd64_stripped/*/git.monogon.dev/source/smalltown.git/generated/* generated/