Sha256: 1aa4f187c7a6780534d3ea2a623f9829dc8857c0e94a2462f2a402e0d1cc81db

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

#!/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


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rocketstarter-0.1.0 bin/rocketstarter
rocketstarter-0.0.2 bin/rocketstarter
rocketstarter-0.0.3 bin/rocketstarter
rocketstarter-0.0.1 bin/rocketstarter