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

require 'puma/cli'

cli = Puma::CLI.new ARGV

cli.run
