ry / ebb fork watch download tarball
public
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
Search Repo:
Ryan Dahl (author)
Mon Mar 17 17:43:00 -0700 2008
commit  0a8a18b02139cfad50d1d7c89b1b1f49ab687fbd
tree    20961b595e9cc5a1a3049456322aaa3fec961459
parent  4c5b7621e02ee3c1a83db849ccf039d75b7da50e
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)