#!/bin/sh # Shell script for Lost Labyrinth # Author: Luigi "Reilly" Cozzolino - May 2008 # Set some variables: LOSTLABY_DIR="/usr/share/games/lostlabyrinth" LOSTLABY_BIN="laby.exe" # Enter in a `gamedir' environment and launch a program from here: cd $LOSTLABY_DIR LD_LIBRARY_PATH="./:$LD_LIBRARY_PATH" $LOSTLABY_BIN