#!/bin/sh
# Simple startup script for raine.
# bigfont.dat and history.dat will be picked up if they're in current dir
# when starting raine.  cheats.cfg doesn't behave that way, though :(
(cd /usr/share/games/raine && /usr/games/raine"$@")
