#!/usr/bin/ruby -w require "sinatra" get "/" do "Test" end