#!/usr/pkg/bin/ruby31
#
# Copyright (c) 2011 Evan Phoenix
#

require 'puma/cli'

cli = Puma::CLI.new ARGV

cli.run
