#!/bin/sh
#$Id: yume-examples 7 2009-02-25 15:19:11Z j-waldby $
# yume-examples -- A yume menu to run some examples

# 3 Feb 2010 - changed ./example-starter3 to 4

# Optional parameter: path to examples directory.
[ "$YUME" ] || YUME=$(which yume)
[ $YEGDIR ] || YEGDIR=$1
[ $YEGDIR ] || YEGDIR=./
cd $YEGDIR
export YUME YEGDIR=`pwd`

$YUME -at 320x60-2+2 -ti "yume example-starter"\
  -bu -la "Show list of yume examples" ./example-starter4 -ex &
