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