#!/bin/sh
cd "`dirname "$0"`"

cd ..
cd ..
cd ..
exec ./dragonruby samples/11_http/03_in_game_web_server_http_post
