From cf796141ac01c866e81663f20699ccd56ce2d50b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jun 2008 15:36:54 -0400 Subject: Moved the cloud daemon to cloudmasterd to give it a better name --- cloud/script/destroy | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 cloud/script/destroy (limited to 'cloud/script/destroy') diff --git a/cloud/script/destroy b/cloud/script/destroy deleted file mode 100755 index e48464d..0000000 --- a/cloud/script/destroy +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env ruby -APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..')) - -begin - require 'rubigen' -rescue LoadError - require 'rubygems' - require 'rubigen' -end -require 'rubigen/scripts/destroy' - -ARGV.shift if ['--help', '-h'].include?(ARGV[0]) -RubiGen::Base.use_component_sources! [:rubygems, :newgem, :newgem_theme, :test_unit] -RubiGen::Scripts::Destroy.new.run(ARGV) -- cgit