#!/usr/bin/ruby.ruby3.2 
#
# Copyright (c) 2011 Evan Phoenix
#

require 'puma/cli'

cli = Puma::CLI.new ARGV

cli.run
