1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/atitd/files/atitd.sh
Matthew N. Dodd 947131db94 The Linux client for "A Tale in the Desert".
This is a Massively Multiplayer Online Roleplaying Game (MMORPG) MMORPG.

The download and first 24 hours of trial gameplay are free.

http://www.atitd.com/ for more info.
2003-07-18 13:49:36 +00:00

11 lines
153 B
Bash

#!/bin/sh
DIR=%%PREFIX%%/games/atitd
CLIENT=elaunch
XHOST=/usr/X11R6/bin/xhost
$XHOST +nis:atitd@
cd ${DIR}
./${CLIENT} -nosound $*
$XHOST -nis:atitd@