#!/bin/csh # Move the IVM gif files set MV = '/bin/mv -f' set Root = '/scra/WWW/IVM' $MV $Root/Yesterday/* $Root/Archive $MV $Root/Today/* $Root/Yesterday $MV $Root/Yesterday/latest* $Root/Today $Root/Bin/UpdateIvmHtml