#!/bin/csh -f
#
# shows all the valid cadgroups.
#
if !($?CADLIB) setenv CADLIB /vol/vlsi/local/lib
echo `sed 's/#.*$//' $CADLIB/valid_cadgroups`
