#!/bin/sh

# Publish UDFs.

cd "$(dirname "$0")/.."

exec python3 -m bigquery_etl.routine.publish_routines "$@"
