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