mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1518d54229
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.. :)
6 lines
143 B
Bash
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'
|