#!/usr/bin/ruby.ruby2.1 
#
# Copyright (c) 2011 Evan Phoenix
#

require 'puma/cli'

cli = Puma::CLI.new ARGV

cli.run
