freebsd-ports/games/abuse/files/abuse.sh
Dag-Erling Smørgrav 3caeca0964 Remove the data cache before running the game; it might be left over from
a session played with different data files, and the engine isn't smart
enough to notice the cache doesn't match the on-disk files.
2002-05-12 00:23:49 +00:00

4 lines
93 B
Bash

#!/bin/sh
# $FreeBSD$
rm -f ~/.abuse/sd_cache.tmp
exec abuse.sdl -datadir "%%DATADIR%%" "$@"