summaryrefslogtreecommitdiff
path: root/games/magicmaze/files/magicmaze.in
blob: 331a6d650f665e07309ba5255edcb4024316b395 (plain)
1
2
3
4
5
6
7
#!/bin/sh
#
# $FreeBSD$
#

cd "%%DATADIR%%"
exec %%RUBY%% mm.rb "${@}"