#!/bin/sh

mypath=`echo $0|sed 's/[^/]*$//'|sed 's/\/$//'`
if [ "$mypath" = "." ]; then
  mypath=`pwd`
fi
cd $mypath

xmessage -nearmouse "now a console-window will open. Close it when you finished the game to exit the Game-window"
xmessage -nearmouse "inside Beneath a steel sky, hit F5 for options"

rxvt -e $mypath/scummvm

#$mypath/scummvm
