summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'install.rb')
-rw-r--r--install.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.rb b/install.rb
new file mode 100644
index 0000000..20fd849
--- /dev/null
+++ b/install.rb
@@ -0,0 +1,4 @@
+require 'ftools'
+require 'fileutils'
+puts IO.read(File.join(File.dirname(__FILE__), 'README'))
+File.copy(File.dirname(__FILE__)+'/templates/sms_fu.yml', File.dirname(__FILE__)+'/../../../config') \ No newline at end of file