472d34a9fb
You control a boy and his bird named Py. Your goal is to recover Py's magical feathers, which were stolen by Evil Businessman. Help a bird to recover his magical feathers. WWW: https://code.google.com/p/lostfeathers/ Approved by: wg/pawel (mentors)
7 lines
65 B
Bash
7 lines
65 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
./run_game.py "${@}"
|