mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
cd "%%DATADIR%%"
|
||
|
exec ./patapizza-tetris "${@}"
|