#!/usr/bin/env ruby require 'thin' ARGV.unshift 'config.ru' ARGV.unshift '-R' ARGV.unshift 'start' Thin::Runner.new(ARGV).run!