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 08:52:19 -0700 2008
commit  213605bb5242a3474f7395d5d50fdbd69ec1a295
tree    37ee175af5a9ced1e2a6e9527a7f36a02fd464ed
parent  d2ee83848661e9374c8736cb7411711ba3862c2d
ebb / bin / ebb_rails
100755 4 lines (3 sloc) 0.106 kb
1
2
3
4
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../ruby_lib/ebb'
 
Ebb::Runner::Rails.new.run(ARGV)