#!/bin/sh

# Validate SQL examples in documentations for projects.

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

exec python3 -m bigquery_etl.docs.validate_docs "$@"
