#!/bin/csh # Move the IVM gif files set MV = '/bin/mv -f' set Root = $WEB_ROOT/IVM set year = `date +%Y` $MV $Root/Yesterday/* $Root/Archive/$year $MV $Root/Today/* $Root/Yesterday $MV $Root/Yesterday/latest* $Root/Today $Root/Bin/UpdateIvmHtml