#!/bin/csh ############################################################### # This script prints the location of the state directory to # stdout. The state directory holds files that contain information # the various programs and scripts need to know what state the # system is in. ############################################################## echo "~/musicbox/state" exit 0