dendrite/vendor/src/github.com/jaegertracing/jaeger-client-go/scripts/updateLicenses.sh
2018-06-18 05:44:25 -07:00

6 lines
118 B
Bash

#!/bin/bash
set -e
python scripts/updateLicense.py $(git ls-files "*\.go" | grep -v thrift-gen | grep -v tracetest)