8 lines
75 B
Text
8 lines
75 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
cd "%%DATADIR%%"
|
||
|
exec ./patapizza-tetris "${@}"
|