#!/bin/sh # ctg_topdir # Returns the TOP development directory, the first entry on # CTG_DEVPATH. echo `echo $CTG_DEVPATH | awk -F: '{ print $1 }'`