#!/bin/sh

# Find view defintion files and execute them.

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

./script/bqetl view publish "$@"
