#!/bin/bash # Execute subcommand (eg 'yarn ...') and update licenses. set -e bazel run yarn -- $* ./update-licenses.sh