summaryrefslogtreecommitdiffstats
path: root/script/destroy
diff options
context:
space:
mode:
Diffstat (limited to 'script/destroy')
-rw-r--r--script/destroy3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/destroy b/script/destroy
new file mode 100644
index 000000000..fa0e6fcd0
--- /dev/null
+++ b/script/destroy
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+require File.dirname(__FILE__) + '/../config/boot'
+require 'commands/destroy' \ No newline at end of file