root/apps/marble/trunk/script/destroy
| Revision 500, 329 bytes (checked in by duane.johns..@gmail.com, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env ruby |
| 2 | APP_ROOT = File.join(File.dirname(__FILE__), '..') |
| 3 | |
| 4 | begin |
| 5 | require 'rubigen' |
| 6 | rescue LoadError |
| 7 | require 'rubygems' |
| 8 | require 'rubigen' |
| 9 | end |
| 10 | require 'rubigen/scripts/destroy' |
| 11 | |
| 12 | ARGV.shift if ['--help', '-h'].include?(ARGV[0]) |
| 13 | RubiGen::Base.use_component_sources! [:merb] |
| 14 | RubiGen::Scripts::Destroy.new.run(ARGV) |
Note: See TracBrowser for help on using the browser.
