Skip to content

Instantly share code, notes, and snippets.

@valda
Created April 26, 2010 02:09
Show Gist options
  • Save valda/378911 to your computer and use it in GitHub Desktop.
Save valda/378911 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby1.9
require 'rubygems'
require 'fcgiwrap'
CORE_DIR = "#{File.dirname(__FILE__)}/core"
$LOAD_PATH.unshift CORE_DIR
FCGIWrap.each do
load File.join(CORE_DIR, 'index.rb')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment