blob: e1d96e1226fbce6ae6bdc348d3a0927544491003 [file] [log] [blame]
Leopold Schabel5c80aca2019-10-22 15:48:58 +02001#!/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
Lorenz Brune47ace82019-11-06 12:45:47 +01005mkdir -p core/generated
6rsync -av --delete --exclude '*.a' bazel-bin/core/api/*/linux_amd64_stripped/*/git.monogon.dev/source/nexantic.git/core/generated/* core/generated/