blob: bcc8488d41e0edcb3290115209df543e728e84a8 [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 Schabel5c80aca2019-10-22 15:48:58 +02006cp -r bazel-bin/api/*/linux_amd64_stripped/*/git.monogon.dev/source/smalltown.git/generated/* generated/