mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
10 lines
113 B
Ruby
Executable file
10 lines
113 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
#
|
|
# Copyright (c) 2011 Evan Phoenix
|
|
#
|
|
|
|
require 'puma/cli'
|
|
|
|
cli = Puma::CLI.new ARGV
|
|
|
|
cli.run
|