#!/usr/bin/env ruby # # Created by Yusuke Ohmichi(maimuzo) on 2008-6-20. # Copyright (c) 2008. All rights reserved. require 'rubygems' require 'rocketstarter' options = Rocket_starter_options.new.parse # Create an instance and run it Rocket_starter_core.new( options ).run