#! /bin/csh -f
#  get input from file in $1
#  input lines are marked with a '#' or a '@' at the end
grep -v "^#" $1




