#!/bin/sh

# Find view defintion files and execute them.

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

exec python3 -m bigquery_etl.view.publish_views "$@"
