#!/usr/pkg/bin/ruby33
# Thin command line interface script.
# Run <tt>thin -h</tt> to get more usage.

require 'thin'
Thin::Runner.new(ARGV).run!
