summaryrefslogtreecommitdiff
path: root/games/pythonchess/files/pythonchess.in
blob: 25a5519499b0a92bc9f974021030dbd7dc7f3144 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
#
# $FreeBSD$
#

cd "%%DATADIR%%"
exec %%PYTHON_CMD%% ./PythonChessMain.py "${@}"