diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-01 02:19:08 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-01 02:19:08 +0000 |
commit | ea5efaac8e7c4e0e4bd80673d044f791aba24d20 (patch) | |
tree | 94462557e1af5bd43cebc4420f9e5bd64ad09d44 /games/tetrinet-x/files/tetrinet-x.sh | |
parent | Second MASTER_SITE has a slightly different checksum for the exact (diff) |
TetriNET is an addictive 6 player tetr*s game
PR: 11081
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Notes
Notes:
svn path=/head/; revision=18261
Diffstat (limited to 'games/tetrinet-x/files/tetrinet-x.sh')
-rw-r--r-- | games/tetrinet-x/files/tetrinet-x.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/tetrinet-x/files/tetrinet-x.sh b/games/tetrinet-x/files/tetrinet-x.sh new file mode 100644 index 000000000000..53089b6bc879 --- /dev/null +++ b/games/tetrinet-x/files/tetrinet-x.sh @@ -0,0 +1,4 @@ +#!/bin/sh +[ -x /usr/local/tetrinet-x/tetrix.freebsd ] && cd /usr/local/tetrinet-x && \ +tetrix.freebsd > /dev/null && echo -n ' tetrinet-x' + |