#! /bin/csh
if ! $?CDBS_TOP then
  setenv CDBS_TOP /data/cdbs1/tools/
endif

source ${CDBS_TOP}/util/defines.csh

cd ${CDBS_TOP}/src/alert | cat > /dev/null
${CDBS_TOP}/src/alert/alert.s

