1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/uox3/files/uox3.sh
Donald Burr 1518d54229 Reviewed by: Donald Burr <dburr@FreeBSD.ORG>
Submitted by:	Donald Burr <dburr@FreeBSD.ORG>
Obtained from:	the net
Import of new port games/uox3, a GPL'd server for Origin Systems'
Ultima Online multiplayer roleplaying game.

Yet another way to waste your time and that of your co-workers.. :)
1999-02-25 06:55:50 +00:00

6 lines
143 B
Bash

#!/bin/sh
[ -x /usr/local/uox3/uox3 ] && \
cd /usr/local/uox3 && \
/usr/local/uox3/uox3 > /usr/local/uox3/stdout.log & && \
echo -n ' uox3'