#!/bin/csh # Bo Milvang-Jensen (milvang@astro.ku.dk) # For the RelViz Web exhibition, June 1996 # Last rev.: 17-Jun-1996 # Note: This should be run on a machine that has togif echo "Making GIF files ==================================================== (c)" foreach foovar (*.rgb) echo "Doing: " togif $foovar $foovar:r.gif togif $foovar $foovar:r.gif end echo "Doing animated GIF ================================================== (d)" gifmerge frame???.gif > movie02_anim.gif