#!/usr/bin/env ruby # Thin command line interface script. # Run thin -h to get more usage. require 'thin' Thin::Runner.new(ARGV).run!