#!/bin/sh

PATH=$PATH:/usr/cogent/bin

if cd /usr/cogent/src/tutorial ; then
	/usr/cogent/bin/gamma intro.g
else
	echo "The Cogent demo does not appear to be installed in"
	echo "/usr/cogent/src/tutorial, or you do not have access"
	echo "permissions to the directory."
fi
