#!/bin/csh -f # # This script uses Waynes thumbnail generator on all the gif # images in a directory. A by-product is a set of full-sized # jpeg copies of the original gif images. /bin/mv -f index.html index.html.save /home/wgleslie/Bin/thumbgenerator_gif.pl -q 99 -d 6 *.gif #/home/wgleslie/Bin/thumbgenerator_gif.pl -q 99 -d 3 *.gif /bin/mv -f index.html.save index.html