#!/bin/sh
if [ ! -e ~/.openrpg/ ]
then
	mkdir ~/.openrpg/
fi
cd /usr/share/openrpg/
exec ./start_server_gui.py
