: temporary directory change

case ##
in

	0)
		TMPDIR=$DIRECTORY
		DIRECTORY=`pwd`
		cd $TMPDIR
		;;

	*)
		DIRECTORY=`pwd`
		cd #1
		;;

esac
