#!/bin/sh
tempname=`dirname "$0"`
cd "$tempname/code"
exec python rpg.py
