#gcc mb2dat.c -o mb2dat

echo "Enter step number:"
read numstep
echo "Enter number of files to process:"
read numfiles

./mb2dat $numstep $numfiles

#rm winfield.dat $numstep.dat





