#!bin/sh
#
# script to insert the GEMET Thesaurus inside MDweb thesaurus  database
#
echo -n "Enter a name for the thesaurus database of MDweb : "
read database
psql -d $database < dump-gemet-fra.sql
