#!bin/sh
#
# script d'insertion de la toponymie du territoire français
#
echo -n "Enter a name for the thesaurus database of MDweb : "
read database
psql -d $database < dump-toponyme-fra.sql
