PATH=/bin:/usr/bin:/usr/jerq/bin
JPATH=/usr/jerq/demo/mux
export PATH JPATH
case "$1" in
"")	echo Available demos are:
	ls /usr/jerq/demo/mux| egrep -v "demo|jciferr" |pr -t -6 -l1
	;;
bounce|*ball|a|b)	echo "type any character to exit"
	sleep 2
	32ld $1
	;;
jcif)	echo "type 'q' to exit, arrows to move (it takes a minute to start)"
	sleep 2
	/usr/jerq/bin/jcif ./jcif
	;;
clock)	32ld $1 "`date`"
	;;
road|kbd)	echo "type 'q' to exit"
	sleep 2
	jx $1
	;;
swar)	echo "type 'Q' to exit"
	sleep 2
	32ld $1
	;;
horse|dodec|explode|arno)	fflicks /usr/jerq/demo/mux/$1
	;;
*)	echo "type 'q' to exit"
	sleep 2
	32ld $1
	;;
esac
