#!/usr/bin/env ruby require 'rubygems' require 'sinatra' post '/' do "hello there!" end