#!/bin/sh

. config.sh

psql -h $HOST $DB $USER <<EOF 2> error.log

\i pais.sql
\i cep.sql
\i usuario.sql
\i produto.sql
\i venda.sql
\i compra.sql

EOF
