#!/bin/csh
echo "installing SSRN database from file $1"
mysql -u ssrnadmin -pqwerty -e "source $1" ssrn
