#!/bin/bash
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
  cd /usr/share/games/alienarena-2007
  ./crx.sdl +set game arena  $*
  exit $? 
