#!/bin/csh
#
# PrintTables
#
if ($1 == "" || $2 == "" ) then
  echo " "
  echo Usage: "$0 <DIM|Control|FIS> <Database Name>"
  echo " "
  exit
endif
msql $2 < Print$1Tables.script
