71d2b0881e
Woof (Web Offer One File) is a small simple stupid webserver that can easily be invoked on a single file or dir, just do a $ woof filename and tell the recipient the URL woof spits out. When he got that file, woof will quit and everything is done.
8 lines
219 B
Ruby
8 lines
219 B
Ruby
require 'formula'
|
|
|
|
class Woof <ScriptFileFormula
|
|
version '20090227'
|
|
url "http://www.home.unix-ag.org/simon/woof"
|
|
md5 '87d71978789e3444c115048dd686d418'
|
|
homepage 'http://www.home.unix-ag.org/simon/woof.html'
|
|
end
|