#! /bin/sh

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

php exptypemap.php MatExport Viscoplastic

mkdir -p ../../../export/mat/viscoplastic

rm -f ../../../export/mat/viscoplastic/*.cpp ../../../export/mat/viscoplastic/*.h ../../../export/mat/viscoplastic/*.hpp

mv *.cpp *.h *.hpp ../../../export/mat/viscoplastic

