mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
ea5efaac8e
PR: 11081 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
5 lines
140 B
Bash
5 lines
140 B
Bash
#!/bin/sh
|
|
[ -x /usr/local/tetrinet-x/tetrix.freebsd ] && cd /usr/local/tetrinet-x && \
|
|
tetrix.freebsd > /dev/null && echo -n ' tetrinet-x'
|
|
|