#!/bin/bash ################################################################################ # # File: files4lab # Description: Lists the clearcase files that relate to label(s) # Author: Andrew@DeFaria.com # Created: Thu Dec 13 19:11:15 2001 # Language: Bash Shell # Modifications: # # (c) Copyright 2001, Andrew@DeFaria.com, all rights reserved # ################################################################################ # Set me to command name me=$(basename $0) # Source /etc/site_parms if [ -f /etc/site_parms ]; then . /etc/site_parms else echo "$me: WARNING: /etc/site_parms does not exist!" fi # Set adm_base adm_base="$SITE_TOOLS_PATH/adm" # Set adm_fpath adm_fpath=${adm_fpath:-$adm_base/functions} # Source functions . $adm_fpath/common function usage { display "$me: [ -view ]