#!/bin/csh ############################################################### # This script prints the location of the cds directory to # stdout. ############################################################## echo "~/musicbox/cds" exit 0