blob: e6c8ee07633cc0b3789f7c9d1dd50d76fe7e1bca [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
Leopold Schabelf5c89112019-10-24 17:51:49 +02005mkdir -p generated
Leopold Schabel23be9212019-10-28 11:48:32 +00006rsync -av --delete --exclude '*.a' bazel-bin/api/*/linux_amd64_stripped/*/git.monogon.dev/source/smalltown.git/generated/* generated/