box-o-sand/oldstuff/math-replay/config.ru

7 lines
195 B
Plaintext
Raw Normal View History

2012-06-15 04:32:06 +00:00
#!/usr/bin/env rackup
use Rack::ContentLength
root = File.expand_path('./algebra', File.dirname(__FILE__))
app = Rack::Directory.new(root)
puts "Serving #{root} (see --help for options)"
run app