mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
11 lines
96 B
Bash
11 lines
96 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
QPIPE=%%PREFIX%%/quakeserver/quakeserver.in
|
||
|
|
||
|
echo "quit" > $QPIPE
|
||
|
|
||
|
#
|
||
|
# EOF
|