if [ -x ../Build/Clients/demo ]; then
	../Build/Clients/demo 
else
	echo "The demo program, ../Build/Clients/demo, does not exist."
	echo "Try:"
	echo "       cd ../Build; make "
fi

