cd test/ || exit -1
cd test_ani/ || exit -1
rm *.pov *.inc *.tga *.avi *.ttf image_file_list > /dev/null 2>&1
cd ../../ || exit -1

cd myrobot/ || exit -1
cd ani/ || exit -1
rm *.pov *.inc *.tga *.avi *.ttf image_file_list > /dev/null 2>&1
cd ../../ || exit -1

cd circles/ || exit -1
cd ani/ || exit -1
rm *.pov *.inc *.tga *.avi *.ttf image_file_list > /dev/null 2>&1
cd ../../ || exit -1

exit 0
