#!/bin/csh -f

if ("`hostname`.`domainname`" != "amdahl.math.luc.edu") then
  echo "Please log on to amdahl, with permission of rig, to use Adobe acrobat software."
  exit 10
endif

/home/rig/software/Acrobat3/bin/distill $*
