#!/bin/bash
if [ -n "$DEBUG" ]; then
set -x
fi
set -o errexit
set -o nounset
set -o pipefail
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)/../../
source "$ROOT_DIR"/scripts/protoc-generator.sh
install_dependencies
./buf.gen.yaml
update_license