1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/bin/puma
2012-09-09 15:13:56 -07:00

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