#!/bin/sh

if [ -e data/import.sql ] ; then
    /bin/mv data/import.sql data/import.sql.old
fi

./xml2sql.pl > data/import.sql
