#!/bin/bash # # Regenerage all the images from the code blocks in the index.html # . ../generate_options ../generate_clear ln -s ../img_photos/hatching_orig.jpg . ln -s ../img_photos/kiteflyers* . ln -s ../images/autumn_leaves.png . ln -s ../images/fancy_* . ln -s ../images/blackthin_*.gif . ln -s ../images/goldthin_*.png . ln -s ../images/bamboo.gif . ln -s ../images/oak_frame_sample.jpg . ln -s ../images/badge_*.png . ../generate_examples ../generate_compare echo "DONE"