#! /bin/sh

for i in `ls *.xml`
do
   php genexp.php $i
done

php exptypemap.php InitialExport Simple

mkdir -p ../../../export/initial/simple

rm -f ../../../export/initial/simple/*.cpp ../../../export/initial/simple/*.h ../../../export/initial/simple/*.hpp

mv *.cpp *.h *.hpp ../../../export/initial/simple

