#! /bin/sh

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

php exptypemap.php InitialExport Stress

mkdir -p ../../../export/initial/stress

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

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

