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