blob: 0473e40ed1d438b46e22f2e22546191d285fe0d4 [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
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02005mkdir -p smalltown/generated
6rsync -av --delete --exclude '*.a' bazel-bin/smalltown/api/*/linux_amd64_stripped/*/git.monogon.dev/source/nexantic.git/smalltown/generated/* smalltown/generated/