#!/bin/sh

# exult wrapper for the Debian package, by Michael Banck <mbanck@debian.org>

# Check whether ~/.exult.cfg exits
if ! [ -e ~/.exult.cfg ]; then
	# Copy the global configuration file over
	cp /etc/exult.cfg ~/.exult.cfg
fi

/usr/lib/games/exult/exult $@
