#!/usr/bin/env ruby # # Created by Yusuke Ohmichi(maimuzo) on 2008-6-20. # Copyright (c) 2008. All rights reserved. begin require 'rubygems' rescue LoadError # no rubygems to load, so we fail silently end require 'sqld4r' options = Sqld4r_options.new.parse # Create an instance and run it Sqld4r_core.new( options ).run