#! /bin/csh # resets - C Shell script to find ATLAS resets # cd /usr/local/oasis/decoded if ( -e atlas ) then awk -f ../bin/atlreset.awk atlas else if ( -e atlas.Z ) then zcat atlas.Z | awk -f ../bin/atlreset.awk endif