#!/bin/bash if [ -z "${PROJECT}" -o -z "${DATASET}" ]; then echo "Please set \$PROJECT and \$DATASET." exit 1 fi IFS='' read -d '' Q <