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:
ryah (author)
Tue Apr 08 04:40:03 -0700 2008
commit  0861921e11e6cc5211d59ad13fd3471e85270b7a
tree    4fa60ceb6ee48ad12e0851b8fabb88bc0a1f277a
parent  cbef11050d5cde7478f45abe5f5bd3f97923f933
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)