#!/bin/csh foreach file ( cif2cif.cshar.Z cif2cif.shar.Z cif2pdb.cshar.Z \ cif2pdb.shar.Z cif2xml.cshar.Z cif2xml.cshar.Z cif2xml.shar.Z \ ciftbx.cshar.Z ciftbx.shar.Z cyclops.cshar.Z cyclops.shar.Z \ index.html ) rm -rf $file end foreach file (*) if ( -d $file ) then if ( -e $file/.undosymlinks ) then (cd $file; source .undosymlinks) endif endif end