1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
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

5 lines
93 B
Bash

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