#!/bin/sh
for i in animatie*
do
	cd $i
	bash doe
	rm stat.out
	mv *.mpg ..
	cd ..
done
