rack.git  about / heads / tags
a modular Ruby webserver interface
blob 58988a0b32d16a93e818e02533fd5745b943dc09 85 bytes (raw)
$ git show no-unicorn:bin/rackup	# shows this blob on the CLI

1
2
3
4
5
 
#!/usr/bin/env ruby
# frozen_string_literal: true

require "rack"
Rack::Server.start

git clone https://yhbt.net/rack.git