ry / ebb fork watch download tarball
public
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
Ryan Dahl (author)
Mon Mar 17 18:12:33 -0700 2008
commit  86b056ad218153dd3c39f1132e95361ac4f7f9b1
tree    d0447dd154c7789869bf94d6b61eddedc7037fcf
parent  0a8a18b02139cfad50d1d7c89b1b1f49ab687fbd
ebb / bin / ebb_rails
100755 5 lines (3 sloc) 0.106 kb
1
2
3
4
5
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../ruby_lib/ebb'
 
Ebb::Runner::Rails.new.run(ARGV)