upr.git  about / heads / tags
Upload Progress for Rack
blob c4f75e200be552d2de9923cceeec1ea07d162494 175 bytes (raw)
$ git show HEAD:bin/upr-drb	# shows this blob on the CLI

1
2
3
4
5
6
 
#!/usr/bin/env ruby
require 'drb'
require 'upr'
url = ARGV.shift or abort "#$0 URL\n  e.g.: #$0 druby://0.0.0.0:2999"
DRb.start_service(url, Upr::Monitor.new)
DRb.thread.join

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